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.
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.
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/