What I’m trying to do is add a hyperlink to feed an online registration form ie https://form.url.com?registrationid=<regid>
. If I try to do this through the auto recognize it only finds the part before the = as a hyperlink. Is there a method in write to do something like you can with the HYPERLINK() formula in calc…
Examples :
https://form.url.com?registrationid=<regid>
– shows https://form.url.com?registrationid=123ABC
but hyperlink only does https://form.url.com?registrationid
shows https://form.url.com?registrationid=123ABC
but it’s not a hyperlink
in calc HYPERLINK("https://form.url.com?registrationid="&B1)
works perfectly
As far as I could find there is no way to add field data into the insert hyperlink section it just puts what ever you type in there.
Ok maybe this willl help with what I’m trying to do…
here’s a test url that I’ll work with: https://form.jotform.com/210562881190050?registrationId=<field from spreadsheet>
in writer I’m building an email merge to sent out invites to the event and am trying to auto fill the registration id form:
Hello <Name>, you have been selected for the next round of our event. Please go to https://form.jotform.com/210562881190050?registrationId=<regid> to schedule your appointment.
Where <Name> and <regid> are fields from the spreadsheet.
this would send an email of:
Hello John Doe, you have been scheduled for the next round of our event. Please go to https://form.jotform.com/210562881190050?registrationID=123ABC to schedule your appointment.
While it looks fine only the https://form.jotform.com/210562881190050?registrationID
is set as a URL it drops the =123ABC
portion
(reformatted by ajlittoz to make it understandable)