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.

Passing name field to html block/field??

  1. Is there a way to pass the name entered in the first name field to an conditional html block?

    screen shot http://logoicons.s3.amazonaws.com/conditional_logic.jpg

    form page https://greenprintlawns.com/easy-pay/

    customer enters name.. if the submitted by field is new customer, the conditional html field displays with a message but i want the name to be inserted..

    Thanks... Scott

    Posted 12 years ago on Sunday September 4, 2011 | Permalink
  2. No, this is not possible as the HTML block has already been rendered when the field is submitted. While you can use merge tags for field values in things like the form confirmation message and the email notifications, you can't use them in the HTML block because the data doesn't exist until the form is submitted.

    You might be able to do this as a customization using jQuery, but i'm not 100% sure how to do this.

    Posted 12 years ago on Tuesday September 6, 2011 | Permalink