Getting Started with Simfatic Forms |
Using Simfatic Forms is extremely easy. You are guided step by step by the wizard, collecting your requirements. Then on press of a button, you can generate all the code and install on your web site.
This 'Getting Started' guide provides a quick introduction to Simfatic Forms.
Step 1: Let's Plan a Simple FormTo start, we will plan a simple feedback form for your web site. Let's suppose we have the following requirements:
'Create a new blank form'Start Simfatic Forms. Click on the 'Create New Form' button. The other options in the first page are for creating form from a template and to read out a form from an existing web page. When you press on the 'Create a new blank form' button, the wizard screen opens. In this screen, you can see the steps to the left side and the pages in the right side. (See The General Layout of the Wizard)
General form propertiesIn the general form properties page, you need to provide the basic information of the form. ( See General Form Properties Page for more info. )
Step 2: Add Input ElementsThe 'Draw the form' page is for adding input elements to your form.
Draw the form page
First, we will add the 'Name' field.
Add the 'Name' field
Add an 'Email' field
Add a 'Feedback' field
For 'Name' and 'Email' we chose 'single line' Textbox where as for feedback we expect multi-line input. Thus we added a multi-line box.
Now we have all the elements required for the form ready. No; oops! We did not add a 'Submit' button!
Add a submit buttonPress the button labelled 'Submit button'. A submit button is placed on the form.
Let' have a 'Preview'Click on the preview button to have a quick look at your form.
Element PropertiesSelect an element from the form, right click it and choose 'properties' from the context menu. Alternatively, select an element from the form, and press Ctrl+Enter to open properties of an element.
Quick setsThe right arrow buttons next to the input elements are for quickly adding commonly used input elements.
This page is to add input validations- checks to ensure that the data input is valid. In the 'Add Input Validations' page, the left side tree displays all the input elements. Select an element from the left; the validations for the selected element appears to the right.
Step 3: Add Validations
Add validations to the 'Name' field
Notice the validation nodes appearing on the left-side tree.
Validations for the 'Email' field
Validations for the 'Feedback' fieldWe will set a maximum length limit for the feed back field.
Now, we are ready with the input validations.
Save your workYou can, at any point, save your work to a 'Simfatic Forms project' file. (The file extension is fwz)
Press the Next button to move to the next step.
Step 4: Select Form Processing OptionsThere are a number of options that you can do with the form submission data. For our feedback form we just want to receive the submitted form data by email.
Press the Next button to move to the next step.
When someone submits your feedback form, the form data is composed in to an email and is sent to the configured email addresses. The Configure Form-mail page lets you configure the email sent when the form is submitted.
Step 5: Edit Email TemplateConfigure the Recipients
You can add more than one email addresses by following the same procedure.
Editing the Email templatePress the auto-generate button to create an initial template. The auto-generate button opens a 'Field table' box where you can change the order and placement of the fields.
Edit using the Template editorThe in-built HTML editor helps you edit and format the email content. Press the Editor button to open the Template editor.
Field place-holdersYou will notice in the auto generated email the field names marked like %Name% %Email% etc. These are the place-holders for the values entered in the form. If somebody enters 'John Smith' as name, then while processing, %Name% will be replaced with 'John Smith' .
In the editor, you can select a field and press 'Insert Field' button to insert the place-holder for the selected field.
Once you have completed editing, press the 'save' icon and close the editor.
We have completed configuring the form-email. Press the 'Next' button
Step 6: Edit 'Thank you' PageThe "Thank you" page is displayed once the form is submitted successfully. You can configure the response page in this step. After the successful submission of the form, You can either
Create the 'Thank You' page templateThe quick way to create the 'Thank You' page is to use the 'Auto generate' button. Pressing the 'Auto generate' button generates a sample 'thank you' page.
The other alternatives are:
You can press the 'Editor' button to open the template editor.
Press Next button to go to the next step
Step 7: Upload the FormIn this step we will install the feedback form on your web site. The 'Take the code' page helps you generate the code and then install the form on your web server.
Press the 'Take the code' button to open the wizard that takes you through the process
Page 1: GeneralProvide the name of the website where you would like to install the form and press 'Next'
Page 2: Email settingsYou can modify the email settings if required. Press 'Next'
Page 3: Generate CodePress the 'generate code' button to generate the code. After generating the code, Simfatic forms will display a message. Press 'Next'.
Page 4: Upload MethodThere are two ways to upload the form scripts to your website. Either use Simfatic Forms' Swift upload or use manual upload. The Swift upload is recommended because it is easy and safe. [Note: the rest of the tutorial assumes that you have chosen 'swift upload' method.
Page 5: Swift UploadFirst you need to Add your web server to the list. For adding the server, press the 'Add Server' button. It will open a wizard that will collect the login information and the configuration of the web server.
After adding the server, choose the server from the list. You can change the remote folder if required. Press the upload button to upload the generated scripts to your web server.
Press the 'Finish' button to close the form installation wizard. Once you have installed the form successfully, you will see more options in the 'Take the code' page. Press the 'Open form page' button to open the form in your web browser and try it out.
Integrate the form with your web siteYou can embed the form in your web pages by copy-pasting the code. Press the 'Copy & Paste Form code' button. It will open a box giving the code for the form. Copy the code from the 'embed the form' tab and paste in your webpage/blog/CMS.
Done!You have created and installed your first form. Now you can keep watching the email inbox for new form submissions from your visitors.
Enhancements: adding more features to the formOnce you have successfully installed a simple form, it is easy to add more features to the form.
While making the form in Simfatic Forms, press the 'Save' toolbar button (or alternatively, the menu item File->Save) to save your form design to a Simfatic Forms project file (The file will have extension .fwz). You can open the Simfatic Forms project file later, add more features and re-install the form again.
This section shows you how to add more features to the feedback form that we had created.
Save the form submission data to a database tableIt will be handy to have the form submissions saved to a database table. Let's see how we can have Simfatic Forms do that.
1. Open the Simfatic Forms project FileYou should have saved the Simfatic Forms project file for the feedback form.
Open the file using Simfatic Forms.
2. Update the Form Processing Options
3. Select the fields to savePress Next button to reach the 'Save to Database' page. You can select the fields to be saved this page. Leave all the fields selected and press the 'Next' button.
4. Install the form again
Viewing form submissionsSaving to a database table lets you view the form submissions online. Switch to the form maintenance page
Press the Form Admin Page button.
You can view the form submissions in the Admin page (that opens in the browser) There is an option to download the form submissions too.
Send an auto-responseA visitor comes to your web site; takes time to submit your form. It is a great idea to send a response immediately. Using Simfatic Forms it is very easy to send a personalized auto response.
Update The Form Processing Options
Create a response messageYou will see 'Name field' and 'Email field' boxes that contains the list of elements in the form.
The %Name% will be replaced with the visitor's name when the email is sent.
Hello %Name%!
Thanks for visiting our website and submitting your feedback. We will be in touch with you soon!
Regards Webmaster
Re-install the form
Test the FormSubmit the form and give your own email address. Check your email inbox for the auto response!
|