Hi.
I'm new to nuBuilder, and have rusty PHP/JS experience. However, I'm trying to build an app to track volunteers for a charity. When a user inputs a new volunteer record, they capture the volunteer's address, along with information like their name and other contact info. I'd like the 'city' field to automatically insert the main city name as a default value, but still allow the user the option to input something different in the field before they save the record. I.e. Most of the volunteers will come from the city itself, but some come from the surrounding county, with smaller communities with their own name.
E.g. The city is Toronto, but some of the volunteers come from Oshawa or Markham, which are smaller communities (and incorporated cities in their own right) outside Toronto proper. So, a new form would automatically put "Toronto" in the city field, but the user could type "Oshawa" into the field to change it before saving the form for the first time.
I've done searches on the forum here for "prepopulating form fields", "set default value", and similar such phrases. I've also read through all the responses I could find. But, I'm not convinced those posts answer my question... or maybe I'm just having difficulty parsing the answers well enough to implement them myself.
Can anyone suggest an easy way to do this, or do I have to do some fancy code work behind the scenes? (I'm not sure where to start with that.) Any suggestions would be greatly appreciated.
Thanks.