Using portal URL - Public link

Using portal URL - Public link

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:
  1.  <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:
  1.  <a href='https://myPortalURL/form-perma/Form_Name/Record_ID=" + record.ID + "&Email=" + record.Email_Address + "&Event_Details=" + eventDetailsID + "&Availability=Yes'><u>Yes, I’m available</u></a>
EDIT:
It works with published URL:
  1. <a href='https://myPortalURL/form-perma/Form_Name/encryptedKey/Record_ID=" + record.ID + "&Email=" + record.Email_Address + "&Event_Details=" + eventDetailsID + "&Availability=Yes'><u>Yes, I’m available</u></a>

Thanks,
Damien Cregan
Hire an Expert