Repeating Section Default Values

  • 24 October 2014
  • 1 reply
  • 11 views

Badge +3

I have a repeating section containing an update date field and a comments field. The update date field has a default value when the form is first created

 

When I add another row to the section is there a way to set the default values of the new row eg when add new row is clicked the update date field is empty but I want the field to populate with the current date.


1 reply

Userlevel 7
Badge +10

The default values are decided on form load. You would need to implement some custom JavaScript to update those fields dynamically.

Reply