Hi,
i am creating new webform with the following data
i am facing two issue woth this
1. cant see submit button at the bottom
2.my email field place at fifth position but in view page it comes on the top.
and also i wanted to add 1 extra button as 'reset' with submit guid me with the steps for doing the same.
Hi,
1. can not see submit button at the bottom:
please open file webform-form.tpl (md_make\templates\webform), delete line:
2. email field place at fifth position but in view page it comes on the top:
you could try one of 2 below ways
Delete current form Email, create a new one and set it another name (E-mail, Mail,...)
open file Webform-Form.Tpl.Php, delete line:
3. add 1 extra button as 'reset';
You could add "reset' by create a new field in webform that has value "Markup". Then in configuration, input Markup
<input type="reset" value="reset"/>
Thanks it worked for me.
Deleting the line as mentioned in point 1 is not working for me.
Cannot see the button. This is very important that the submit button is in the form.
Please let me know.
Ed Boon
Hi,
Please check again if button appears or not. Some customers also can not see button because it has same white color with background.
If you still can not see button, please go to md_make\templates\webform, open file Webform-Form.Tpl.Php, delete line 38.
Hi Phuonght ,
In webform creation i am facing below issues.
1. i have created form using below fields.
after submit button clicekd : select field css gets broken
2. also for the email field : placeholder set as email, but the placeholder act like value.
Appetals,
1 - Webform can not use that type of submit button, please use default submit button of webform.
2 - Email field: could you check again? it seems to work normally with us: /node/171/webform/components/8?destination=node/171/webform
Ok , then why it shows red border bydefault
We checked and it seems to work well now. The red border appeared because email must be validated (form: [email protected])
but it should not be validate on page load, it should validate after the user enters the value or on click of validate button.
currently it is validating on placeholder value. (in firefox)
and also,
if i deactive 'webform Ajax' module then error message position css error occurs.
and after Activating 'Webform Ajax' Module Select Box postion css error occurs.
kindly help on this
Please check your webform.
Note: webform ajax can not be used and remember to remove current button as we mentioned before also.
Have you tried to filled up all required fields? It seems to work normally with us.
Please check site and hep us re-add your CSS code for scaled fields.
Check site please.
Hi Pako,
Solution at my comment #7
Have you tried with it?