Is there a way to populate a form with some fields that are pre-filled in based on the link the user clicks? E.g. if the URL you have the user go to has the correct coding in it, will form assembly take that information and pre-populate certain fields based on that URL?
For example I'd like to be able to send a user an email with a link in it. In that link would be the form, but in addition, some of the fields I'd like pre-populated with information which is encoded in the link the user clicked.
Yes, this possible using prefilling: http://app.formassembly.com/pages/support/form_prefilling
All you need do is provide the prefilled link to your user.
Frequently it's easiest for the user if you embed this link inside a href so <a href="http://www.tfaforms.com/1?tfa_Name=Mike&tfa_LastName=Johnson">Mike Johnson, click here to start!</a>