Hello.
I'm tring to provide a link to a document in the email response for one of my forms.
I am getting the file name from a hidden field in the submitted form. I am able to successfully call the hidden form field and show the file name within the emailed response. However, I cannot assemble the full link to the file as the code for calling the hidden field value gets broken.
Here is my example email. The hidden field is {hidden_24} and if I don't provide a spece before it, it just echos the field name which means it is broken. If I leave the hidden field name by itself, it naturally shows the hidden value. Any suggestions?
----Please Do Not Respond To This Email----
Thank you for downloading this document. Please visit us again.
http://www.jaydien.com/bin/docs/{hidden_24}
Sincerely,
Jaydien Network Solutions
<!-- w --><a class="postlink" href="http://www.jaydien.com">www.jaydien.com</a><!-- w -->
Phone: 877.561.6734
Fax: 732.477.0054
I'm tring to provide a link to a document in the email response for one of my forms.
I am getting the file name from a hidden field in the submitted form. I am able to successfully call the hidden form field and show the file name within the emailed response. However, I cannot assemble the full link to the file as the code for calling the hidden field value gets broken.
Here is my example email. The hidden field is {hidden_24} and if I don't provide a spece before it, it just echos the field name which means it is broken. If I leave the hidden field name by itself, it naturally shows the hidden value. Any suggestions?
----Please Do Not Respond To This Email----
Thank you for downloading this document. Please visit us again.
http://www.jaydien.com/bin/docs/{hidden_24}
Sincerely,
Jaydien Network Solutions
<!-- w --><a class="postlink" href="http://www.jaydien.com">www.jaydien.com</a><!-- w -->
Phone: 877.561.6734
Fax: 732.477.0054