[Proto-Scripty] Re: grabbing form values from multiple pages.

2009-02-04 Thread Kevin Smith
Seeing as your using AJAX, why even bother with more than one page. You can do everything on one page. Richard Quadling wrote: 2009/2/4 Richard Quadling rquadl...@googlemail.com: 2009/2/4 david david.brill...@gmail.com: Hi sqaured, It seems, that you only transmit the value of the

[Proto-Scripty] Re: Forms

2009-10-29 Thread Kevin Smith
You need to give the input tags an id, as follows: form name=createPDF action=/pdf/pdf_process.php method=POST input type=hidden id=A_NAME name=A_NAME value=John / input type=hidden id=APPLY_DATE name=APPLY_DATE value=?=date(m/d/Y)? / input type=hidden id=A_BIRTH_DATE name=A_BIRTH_DATE