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.

Flexibility of html field?

  1. mitov
    Member

    Hi,

    I want to ask how flexible the html field is? Is content entered in the html field also submitted? So say for example, if i use the html field to display a colour pick box where the user picks a colour.... will the 'updated content' of this field be submitted?

    If not, is there an alternative to allow this? This is a vital requirement for me if i am to purchase gravity forms...

    Miro

    Posted 12 years ago on Friday February 17, 2012 | Permalink
  2. The HTML field is not submitted with the form. It's for display only.

    You can use some jQuery to populate a field with a color after the user makes their selection. It can be done, but the content of the HTML field is not stored with the entry. In your case, if it were, it would be the code which display the colour picker, which is not what you want. You want the value of their selection.

    Posted 12 years ago on Saturday February 18, 2012 | Permalink