All of our FA forms are embedded in our site using the WP plugin. However, I'd love to populate the forms using custom links with pre-fill data sent out through Salesforce. Any thoughts on how to do this? I saw the link on doing this with regular forms.
should do the trick. Basically it drops whatever variables are in the querystring ( url ) into the call to retrieve your form. So if you put: http://xxxxx/apply-now?tfa_FirstName=Mike
then tfa_FirstName=Mike will be passed on to your FormAssembly REST API call: http://app.formassembly.com/rest/forms/view/NNNNN?tfa_FirstName=Mike