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.

Set default field value with value from a previous field in same form

  1. igillanders
    Member

    I need to set the default value of a field to the same as what was entered in an earlier field in the same form. The field types are both drop-downs and there is no option for default in the Advanced tab.

    Posted 11 years ago on Tuesday December 4, 2012 | Permalink
  2. To copy the value from one field to another on the same page will require the use of jQuery or JavaScript. Here is one way to do it: http://jivstudio.com/2009/02/05/copy-form-input-data-to-another-input-field-with-jquery/

    Posted 11 years ago on Tuesday December 4, 2012 | Permalink