I tried searching the forum but all I found is this
What field/column does '44' go to? cf_id is the key to this record but.....
anyway,
Say I have a table serve_project with e_id*, e_uid, e_pid. e_id is the key.
Now I want to have a form to just update e_pid depending on the e_uid.
this is how I'd write it in sql
Where do I work this out in chronoform?
thanks.
<input type="hidden" name="cf_id" value="44" />
What field/column does '44' go to? cf_id is the key to this record but.....
anyway,
Say I have a table serve_project with e_id*, e_uid, e_pid. e_id is the key.
Now I want to have a form to just update e_pid depending on the e_uid.
this is how I'd write it in sql
UPDATE serve_project SET e_pid=some value WHERE e_uid = some uid
Where do I work this out in chronoform?
thanks.