How do I create dynamic urls using field names?


To view all variable names you can use for fields within the system go to Forms - Fields Manager.

Ex: %user_field_1% is for inserting first name.

Now to add this this into a link you would go to your html editor or plain text editor and add the following string.

In Html Editor choose insert url or edit url button to get the URL button popup.

Once inside then your url would look something like this:  http://yourdomain.com/%user_field_1%

This would result in http://yourdomain.com/firstname, of course first name woudl be the name of the person you imported within your emercury contacts list.

 

  • 55 Users Found This Useful
Was this answer helpful?

Related Articles

Gmail is converting my email addresses to links.

Yes, if you have an email address listed without a link, Gmail will add it for you.  For...

How do I get around the fact that Gmail does not support embedded CSS?

One way to get around this issue is to convert your embedded CSS into inline using our CSS...

I am trying to save but the save button isnt working

The most common reason for the save not saving is because on the top part of your page "Message...

I am using a small font and my line spacing is all screwed up.

This is because of the Gmail DOCTYPE, try putting your font inside a paragraph tag instead of...

My vertical spacing is not showing up.

Gmail converts this: <td style=“height: 20px;”>td> To this:...