Question 1: When I use this tcl to create a form, what additional tcl do I need to change the text on the submit button from the default of "submit"?
template::form::create note-del-confirm
template::element::create note-del-confirm note_id -value $note_id -widget hidden
template::element::create note-del-confirm confirm -value 1 -widget hidden
Question 2: If I use ad_form to create a form, how do I change the submit button text?
Question 3: Is there any documentation for any of the form-building functions, aside from what's in the api browser for ad_form and, the (almost non-existent) function notes for other functions in ACS Templating 4.5?