Build and insert a URL in an HTML field based on recordset variable
-
Hi,
I’d like to insert links into my thank you for that direct people to various pages on my site based on a dropdownDS variable they select in the first part of the form.
Here’s how I’d like the links to look:
<a href="https://mysite.com/variableOne/">variableTwo</a>
How can I build a link like that and insert it into an html field using this plugin? I’m using a CSV recordset and I’m happy to put in the values for variableOne and variableTwo into the recordset so they can be tied to the dropdown selection.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Build and insert a URL in an HTML field based on recordset variable’ is closed to new replies.