cancel
Showing results for 
Search instead for 
Did you mean: 

creating a form

fishcakes
Member

Hi, I'm needing to create a contact form and not to sure what info I should be putting where on the form template. The other ques is is there a facility to put in someting like monthly calenders to show my availability to customers.

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

dave
Guru

Assuming you are referrring to EasySiteWizard Pro, to create a simple form you will need the following:

Firstly set method to POST and add your email address in the box.

Now you will need some input fields - decide how much information you need from your customers and drag a text field onto the form for each one. Eg, one each for Name, email address, phone number, etc. Add text to each one and make sure each one has  valid INPUT NAME.

You may want to add a text area for comments. This is basically a larger text box. Again add the text beside it and give it an input name.

Lastly, you will want to add a button. Give it a VALUE like "submit" or "send" or whatever text you want to appear on it.

This should be enough for a basic contact form.

 

With regards to a calendar, there is no such service provided unfortunately.

 

View solution in original post

1 REPLY 1

dave
Guru

Assuming you are referrring to EasySiteWizard Pro, to create a simple form you will need the following:

Firstly set method to POST and add your email address in the box.

Now you will need some input fields - decide how much information you need from your customers and drag a text field onto the form for each one. Eg, one each for Name, email address, phone number, etc. Add text to each one and make sure each one has  valid INPUT NAME.

You may want to add a text area for comments. This is basically a larger text box. Again add the text beside it and give it an input name.

Lastly, you will want to add a button. Give it a VALUE like "submit" or "send" or whatever text you want to appear on it.

This should be enough for a basic contact form.

 

With regards to a calendar, there is no such service provided unfortunately.