Very helpful, Ivan, thank you so much for this. I really liked the way you explained how to integrate with Zapier. Gets many ideas flowing through the mind!
Thank you WebWash, very useful to start using the webform module! I like the way you articulate words, that makes it easier to understand, especially compared to the creator of the module ;) There is still one thing I don't manage to do, is to set a conditionnal logic to impose a number value to be unique, or to be equal to an existing one, according the choice on a radio button.
Hi Team, how can i add country -state -city option in selects box accordingly by default its is coming US states only in options ..on selection of country respective states should display of selcted country
How can i link the newly created contact form with webforms to the "contact" link in the bottom of my page? Because i made the contact form with webforms but the contact button at the bottom of my page redirects to the contact i have activated in contact forms (the default one). Please help me
Is it possible to create subscription payment after registration/signup in drupal 8? I am very new at drupal can you please give me tips how to do this?
Hello, could you tell me if I can use the conditional webform with multiple values? For example: A list of car brands and clicking on bmw the next selector box opens only the models bmw. Thanks
Hi Ingrid, I'm not sure how you would do this. There could be a custom element in Webform to handle this but I don't know off the top of my head. Cheers, Ivan
I was able to get Zapier working! But the values inside my "hidden fields" added when the user clicks an "add more" button, are not coming through - If I remove the "add more" features, the data comes through, but that makes the webform a heck of a long and intimidating - If anyone knows a work around for this, I would appreciate the help!
Found a solution! In the "Remote Posts" (Remote Post Module) section of the webform in question, change the "POST TYPE" to "json" from the standard "x-www-form-urlencoded" now all fields come through to the google sheet!
cannot enable contact storage Requires: Contact User System Views Filter Options Field Text Token (missing) what does that mean can any body tell me am new to drupal
This was a great tutorial. Works with simple webforms, I am using layout boxes, fieldsets, conditionals, select lists and "add more" features on my webform, so this did not work for me. Sigh! - For anyone working with drupal 7, I was able to establish the zap using this module www.drupal.org/project/webform_remote_post
How are you adding the content of these messages into /files/emails I do not see a setting for that. I tried to create the text area myself and I don't see the ability to direct the output to ../files/namedfolder
Hi James, I used the Devel module.(www.drupal.org/project/devel) - Install the module - Add the following into your settings.php: $config['system.mail']['interface']['webform'] = 'devel_mail_log'; $config['devel.settings']['debug_mail_directory'] = 'public://email-log';
Here in The Netherlands I have to deal with bad internet as well. I often have to reset my modem. So, I usually switch to 4G. I have 5 GB per day in my plan. Not enough for watching tons of video. But it sure helped me out a lot.
This is not design for how people think about forms. They should change it so you create a new form from content and define the fields when you create the new form. That should be it. Not all this crazy default form stuff. Sites need to be able to use more then one form per site. This system is way to limiting for normal use.
Hi Patrick, You can create as many forms as you want. You're not limited to a single form on a site. Sorry, I don't understand your comment. Cheers, Ivan
Hi Patrick, Sorry I don't understand what you mean by non-default? Which module are you referring to? Contact or Webform. Do you want to replace the form at /contact? Cheers, Ivan
I had hoped that drupal 7 webforms would have been integrated into core of Drupal 8. The built in core forms module for Drupal 8 is unusable. I'm switching from Drupal 7 to Drupal 8. I'm able to make as many forms as I want and make them look how ever I want in Drupal 7 with webforms. But Drupal 8 has this built in forms module and it looks absolutely useless. It has this default option (I think this default option stuff should be removed). They should just make it a simple build new form right from the content > add content > form. That's how they should have made it.
I also have to give it up for this powerful instructions, thank you very much you really passed me knowledge.
Very helpful, Ivan, thank you so much for this. I really liked the way you explained how to integrate with Zapier. Gets many ideas flowing through the mind!
You teached me something today.
Much appreciated
Thank you so much for your brilliant tutorials. greetings from germany
Thank you WebWash, very useful to start using the webform module! I like the way you articulate words, that makes it easier to understand, especially compared to the creator of the module ;)
There is still one thing I don't manage to do, is to set a conditionnal logic to impose a number value to be unique, or to be equal to an existing one, according the choice on a radio button.
Hi,
You'll have to write some code to handle this type of logic. I don't think the conditional logic system can handle it through the UI.
Cheers,
Ivan
that's what I was afraid of, haven't code yet in drupal, one more reason to start. Thanks!
How you used Zapier was incredible! Thank you so much.
Hi WebWash Team , incredible informative video about webform
Great one. I just got stuck when I used repeated fields/add more fields to Google sheet...because the data has unpredictable items?
Help appreciated.
very very very helpful thank you so much you are incredible. I really like the way you explain the things, really makes things easy. Thanks again :)
Thank you!! Very nice and detailed video. Make more WebWash!
Thanks.
Too bad I wasn't there for the live stream.
I do have a question though. Is it possible to display WebForm data in Views?
Try www.drupal.org/project/webform_views
Awesome! Thanks!
And great videos. Just subscribed.
perfect explanation
Thanks for this handu turorial.
Hi Team,
how can i add country -state -city option in selects box accordingly by default its is coming US states only in options ..on selection of country respective states should display of selcted country
Please I want to ask, how can someone add javascript on the submit button of webform something like take this javascript action onsubmit?
I have the same question looking for someone tutorial 😭 did you get the idea how to do it?
Thanks so much........this has been very helpful!!
How can i link the newly created contact form with webforms to the "contact" link in the bottom of my page? Because i made the contact form with webforms but the contact button at the bottom of my page redirects to the contact i have activated in contact forms (the default one). Please help me
but how do you add css - it doesn't work for me. I don't see my classes appearing
Is it possible to create subscription payment after registration/signup in drupal 8? I am very new at drupal can you please give me tips how to do this?
I've never built anything like this but everything is possible if you're willing to write custom code :)
Hello, could you tell me if I can use the conditional webform with multiple values?
For example: A list of car brands and clicking on bmw the next selector box opens only the models bmw.
Thanks
Hi Ingrid,
I'm not sure how you would do this. There could be a custom element in Webform to handle this but I don't know off the top of my head.
Cheers,
Ivan
Thank you for answering me Ivan!
One more question how can we attached file in webform or image file. ???
Hi,
You want to allow a user to submit a file or image?
Then there should be a file element which can be added to the form.
Cheer,
Ivan
I was able to get Zapier working! But the values inside my "hidden fields" added when the user clicks an "add more" button, are not coming through - If I remove the "add more" features, the data comes through, but that makes the webform a heck of a long and intimidating - If anyone knows a work around for this, I would appreciate the help!
Found a solution! In the "Remote Posts" (Remote Post Module) section of the webform in question, change the "POST TYPE" to "json" from the standard "x-www-form-urlencoded" now all fields come through to the google sheet!
cannot enable contact storage
Requires:
Contact User System Views Filter Options Field Text Token (missing)
what does that mean can any body tell me am new to drupal
You'll need to download the token (www.drupal.org/project/token) module as well.
23:11
This was a great tutorial. Works with simple webforms, I am using layout boxes, fieldsets, conditionals, select lists and "add more" features on my webform, so this did not work for me. Sigh! - For anyone working with drupal 7, I was able to establish the zap using this module www.drupal.org/project/webform_remote_post
How are you adding the content of these messages into /files/emails I do not see a setting for that. I tried to create the text area myself and I don't see the ability to direct the output to ../files/namedfolder
Hi James,
I used the Devel module.(www.drupal.org/project/devel)
- Install the module
- Add the following into your settings.php:
$config['system.mail']['interface']['webform'] = 'devel_mail_log';
$config['devel.settings']['debug_mail_directory'] = 'public://email-log';
thank you for this tip
The Maillog module (www.drupal.org/project/maillog) is also very useful for capturing, blocking, and debugging email.
52:13 use your cell's internet connection for the webinars? Haha
Yep, 4G internet is much faster than most landline internet in Australia. :)
Here in The Netherlands I have to deal with bad internet as well. I often have to reset my modem. So, I usually switch to 4G. I have 5 GB per day in my plan. Not enough for watching tons of video. But it sure helped me out a lot.
This is not design for how people think about forms. They should change it so you create a new form from content and define the fields when you create the new form. That should be it. Not all this crazy default form stuff. Sites need to be able to use more then one form per site. This system is way to limiting for normal use.
Hi Patrick,
You can create as many forms as you want. You're not limited to a single form on a site.
Sorry, I don't understand your comment.
Cheers,
Ivan
WebWash how do you use a non-default form
Hi Patrick,
Sorry I don't understand what you mean by non-default? Which module are you referring to? Contact or Webform.
Do you want to replace the form at /contact?
Cheers,
Ivan
I had hoped that drupal 7 webforms would have been integrated into core of Drupal 8. The built in core forms module for Drupal 8 is unusable. I'm switching from Drupal 7 to Drupal 8. I'm able to make as many forms as I want and make them look how ever I want in Drupal 7 with webforms. But Drupal 8 has this built in forms module and it looks absolutely useless. It has this default option (I think this default option stuff should be removed). They should just make it a simple build new form right from the content > add content > form. That's how they should have made it.
Patrick McMahon unfortunately Entity forms isn’t going to be migrated to D8 and the Webforms module isn’t that great