Hi,
I've set-up an automated email for portal users to click a link to a form and enter their response, as the form is public this works:
- <a href='https://creator.zoho.com/" + zoho.appuri + "/form-perma/Form_Name/Record_ID=" + record.ID + "&Email=" + record.Email_Address + "&Event_Details=" + eventDetailsID + "&Availability=Yes'><u>Yes, I’m available</u></a>
But I would prefer to use the portal URL without the user having to sign in like:
EDIT:
It works with published URL:
Thanks,