Hello!
I want to know if something like below case is possible using mautic :
So, we have a campaign that everytime a user sign up using a form , there will be email sent to specific email let’s say (visitstaff@example.com) like below:
Hello Staff!
There is new member to be visit:
Name : contact_name
email: contact_email
phone: contact_phone
Address: contact_address
If you have visited this member, please update your visit result below:
Button linked to a form for this visit info update.
On this form (with landing page) it will be like:
Hello!
You are going to update Visit info about {contact_name}
Field for “Visit Info”
Submit button. (on submitting this field on the contact will be updated)
I have read about How to pass URL parameters to a form
I have succeed to pass email automatically via url but it shows as text input, how to make it non Editable/changeable , I can’t use like Description(I have tried).
Also one thing I know that everyone with the link can update this. Is it possible to make it available only to this specific email (visitstaff@example.com) ?
. Or do we have any other way to achieve the same purpose?
Thank you for your advice.