I have two problems with webform submit button:
1) webform submit button don't display: http://www.lamaisoneventi.it/sito/node/145
2) in page: http://www.lamaisoneventi.it/sito/contact-map-bottom don't is possible traslate submit button text "Send Message"
Hi,
We fixed problems already. Please check your site and see if it works.
hi,
data selection don't work, name input don't work, input email style is different from name and telephone input.
http://www.lamaisoneventi.it/sito/node/144
- Input email style:
Please go to /sito/node/144/webform/components/6?destination=node/144/webform
edit CSS classes to form-control placeholder.
- Data seclection:
Fixed it already. Please check.
ok ... Thanks
Hi,
I have the same problem with the text of submit button.
How to fix it?
Hi Andrea.Brogi,
With problem "can not translate text":
Please go to theme > md_make > theme_setting > front, open file function.theme.inc.
Line 367 :
replace
with
Thanks, now i'm able to translate the text.
But I have two webform and I'would like to use "Submit button label" text set inside advanced option. It is possible?
Could you describe more? We do not understand clearly which you would like to do with submit button?
Like into #1 images I have write the text of submitted button into the "Submit button label" field.
Usually when you do this the text compare into the button.
Please go to theme > md_make > theme_setting > front,
open file function.theme.inc, above line 367
insert below code:
then in code block section:
replace
with
Ekkljs,
Sorry for your incovenience but we will update the fix later.
Could you send us your site information so we can take a look at your webform and give detailed instruction to fix problem?
after applying it, server is down....
Please send us your site information so we can check problem for you.
Sorry. But we can not make sure. We need to take a closer look and check exactly what reason is.
It is just a quick fix so please do not worry.
Please open block webform, insert class make-webform. Then in theme setting, insert following CSS code:
thank you. how to make "submit" button hoover effect?
Please:
Open file site/all/themes/md_make/theme_setting/front/function.theme.inc
Find line 362,
function
below section block code user login
if (($form_id == 'user_login') || ($form_id == 'user_register_form') || ($form_id == 'user_pass')) { ........ }
insert:
Save and clear cache.
thank you. i will test it later cause it is not an ideal time to change something now.
by the way i configured to send the notificiation email when webform is submitted and none of email came to me. I can see following message, Undefined index: #type in md_themesetting_form_element_label() (line 262 of /var/www/../public_html/sites/all/modules/custom/md_themesetting/md_themesetting.module).
it seems like that notification function is broken. any fix?
Please open file site/all/modules/custom/md-themesetting/md_themesetting.module
line 262, delete:
error message is gone. however email notification isn't still working.
Please send us your site information. It is impossible to find any error with just a site url.
We will work in a short time so please do not worry.
Maybe your server blocks email, please take a look at module SMTP (https://www.drupal.org/project/smtp) or MimeMail (https://www.drupal.org/project/mimemail) to use Gmail SMTP:
http://www.symphonythemes.com/drupal-blog/configure-drupal-smtp-gmail
http://drupal.stackexchange.com/questions/87087/how-to-configure-webform...