form_enable

gen_edit_page_form_debug

edit_page_form

0 test_section
1 test1234
2 cad_filled_circle,1,100,200,100,red,filled_circle cad_filled_square,1,500,400,100,blue,filled_square
<b>
<form name="edit_page_form" action="https://faiman-engr.com/form_processing.php" method="POST">
<table width="300">
<tr><th colspan = "33%">section</th><td colspan = "66%">
<INPUT TYPE="text" Name="values[0]" VALUE="test_section">
</td></tr>
<tr><th colspan = "33%">name</th><td colspan = "66%">
<INPUT TYPE="text" Name="values[1]" VALUE="test1234">
</td></tr>
<tr><th colspan = "33%">value</th><td colspan = "66%">
<b>
<textarea NAME="values[2]" rows="20" cols="80" >
cad_filled_circle,1,100,200,100,red,filled_circle
cad_filled_square,1,500,400,100,blue,filled_square


</textarea>
</b>
</td></tr>
<tr><th colspan = "33%"></th><td colspan = "66%">
<INPUT TYPE="submit" Name="Update" VALUE="Submit">
</td></tr>
</table>
</form>
</b>
section
name
value