Forms
Visitors of your web page can fill out forms and you will be able to receive their feedback. An advantage is that your visitor will not need to have an e-mail address or an e-mail client to be able to fill out a web form. The editor allows you to create forms without the need for any programming skills. The bluetronix software adjusts fieldnames and form objects automatically. Previously sent forms get saved in a form archive
The following example explains how to create the contact form as displayed above. A transparent table with border width 0 is used to arrange the form elements on the homepage.
Inserting a drop down boxFirst write ’Title’ in the left cell in the first row of the table, then go to the cell to the right and click the
Click on Drop-down to make the field a drop down list and give a descriptive name, e.g. ‘Title’. The Values field will show a list of possible selection, all separated by an underscore (‘_’). Insert a single line text fieldChange into the second row and type ‘First Name’ as field name, then click into the right field and open the
Enter ’First Name’ as field name and check the Required Field box. This field becomes mandatory to be filled out before the form can be send. It is possible to define default values for fields. In our example we leave it blank. Confirm your changes by clicking on Insert. In the editor you can adjust input field length and width. Just select the input field you would like to modify and drag it to the desired length.
Submit buttonLet us now insert a submit button. A click on this button triggers the form sending process. Open the
Form optionsFinally set the form options. In the editor’s form window
Enter an email address to receive any feedback from visitors of your homepage. Assign a form name for example ’Contact form’, this will be shown as the subject line in an e-mail message as well as the form name in the form archive In the field ‘Target page’ define a page that will be displayed to your visitor after submitting the form. A possible example would be ’Your details have been sent successfully’ this text is set as default. The archive type defines the way data will be sent: Text (send as plain text) or HTML (email recipient will receive form in HTML format). Testing a formSave the page, close the editor and test your form. Fill out all input fields and click the Submit button. If a required field is left empty, a warning message will pop up. Open the form in the form archive in editing mode
On ways how to install the form module, refer to the chapter form module.
Received form at HTML transfer mode in the form archive Received form at HTML transfer mode in the e-mail programme For further details see Form module. |