User Tools

Site Tools


form_class

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
form_class [2019/11/01 22:55] sahlform_class [2021/03/11 19:44] (current) – [Easy forms] Adjusted file name sahl
Line 52: Line 52:
 In order to provide an easier way to design forms, one can prepare a special html file In order to provide an easier way to design forms, one can prepare a special html file
  
-<code html testform.frm>+<code html testform.form>
 <h2>Please fill this form</h2> <h2>Please fill this form</h2>
 <text label="Type something" name="field_title"> <text label="Type something" name="field_title">
Line 61: Line 61:
  
 <code php> <code php>
-$form = new Form('form_id', 'testform.frm');+$form = new Form('form_id', 'testform.form');
 </code> </code>
  
form_class.1572648924.txt.gz · Last modified: 2019/11/01 22:55 by sahl

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki