PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

dynamic population - characters being stripped out?

  1. reeserved
    Member

    I'm having a strange problem with dynamic population of an email field stripping out the "@" character. Has anyone experienced this? I'm correctly passing the email parameter to my form:
    ?email_parameter=test@test.com

    In my form, I have an email field set to be dynamically populated:
    parameter name = email_parameter

    But when I view my form, the email address in the form field is being displayed as:
    testtest.com

    Any thoughts or ideas as to why this might be happening?

    Posted 11 years ago on Tuesday August 28, 2012 | Permalink
  2. reeserved
    Member

    I swear every time I click the submit button the answer comes to me. I'll go ahead and post what happened in case anyone has the exact issue.

    The website I'm working on was set up without the "www". The site url is just "http://url.com". I am opening the form in a modal window. I was calling "http://www.url.com/request-form/?email_paramter=test@test.com

    So mod rewrite was kicking in, changing the url to delete the "www" and my "@" symbol.

    Mystery solved. Sorry for the disruption.

    Posted 11 years ago on Tuesday August 28, 2012 | Permalink
  3. Thank you for posting your experience.

    Posted 11 years ago on Wednesday August 29, 2012 | Permalink