I was wondering If it was possible to update a record with just using ChronoForms by establishing the following values in my form?:
I'm trying to start a user on a ChronoForm page, list a set of results, and allow them to select a record that will populate fields for update without leaving the page, and update that record.
- Eric
<input type="hidden" name="cf_id" value="#exsisting_record_num#" />
<input type="hidden" name="task" value="saverecord" />
I'm trying to start a user on a ChronoForm page, list a set of results, and allow them to select a record that will populate fields for update without leaving the page, and update that record.
- Eric