Thank you so much for your brilliant tutorials. greetings from germany
@SuelSowell3 жыл бұрын
I also have to give it up for this powerful instructions, thank you very much you really passed me knowledge.
@mihaiemilian53302 жыл бұрын
You teached me something today. Much appreciated
@amagdenovski5 жыл бұрын
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!
@benjoun1137 жыл бұрын
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.
@WebWash7 жыл бұрын
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
@benjoun1137 жыл бұрын
that's what I was afraid of, haven't code yet in drupal, one more reason to start. Thanks!
@DUIMAZE7 жыл бұрын
How you used Zapier was incredible! Thank you so much.
@hamadkhan26416 жыл бұрын
Hi WebWash Team , incredible informative video about webform
@Mr.Arpitk6 жыл бұрын
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 :)
@macbryson88557 жыл бұрын
Thanks so much........this has been very helpful!!
@dimitrist.88557 жыл бұрын
Thank you!! Very nice and detailed video. Make more WebWash!
@WebWash7 жыл бұрын
Thanks.
@ankitadmane75833 жыл бұрын
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
@tristesolitarioyfinal5 жыл бұрын
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
@drr18673 жыл бұрын
but how do you add css - it doesn't work for me. I don't see my classes appearing
@ilposten5 жыл бұрын
Thanks for this handu turorial.
@map33096 жыл бұрын
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.
@adeoluolofintuyi63865 жыл бұрын
Please I want to ask, how can someone add javascript on the submit button of webform something like take this javascript action onsubmit?
@WebDevAnjali5 жыл бұрын
I have the same question looking for someone tutorial 😭 did you get the idea how to do it?
@hamadk71286 жыл бұрын
perfect explanation
@mykidscampmeds77425 жыл бұрын
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!
@mykidscampmeds77425 жыл бұрын
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!
@ingridmartins52756 жыл бұрын
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
@WebWash6 жыл бұрын
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
@ingridmartins52756 жыл бұрын
Thank you for answering me Ivan!
@jamesrstone63037 жыл бұрын
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
@WebWash7 жыл бұрын
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';
@jamesrstone63037 жыл бұрын
thank you for this tip
@jacobrockowitz11827 жыл бұрын
The Maillog module (www.drupal.org/project/maillog) is also very useful for capturing, blocking, and debugging email.
@EdwinvandenAkker6 жыл бұрын
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?
@WebWash6 жыл бұрын
Try www.drupal.org/project/webform_views
@EdwinvandenAkker6 жыл бұрын
Awesome! Thanks! And great videos. Just subscribed.
@kltechnology83385 жыл бұрын
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?
@WebWash5 жыл бұрын
I've never built anything like this but everything is possible if you're willing to write custom code :)
@smartysushil6 жыл бұрын
One more question how can we attached file in webform or image file. ???
@WebWash6 жыл бұрын
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
@utech36576 жыл бұрын
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
@WebWash6 жыл бұрын
You'll need to download the token (www.drupal.org/project/token) module as well.
@darren46356 жыл бұрын
23:11
@EdwinvandenAkker6 жыл бұрын
52:13 use your cell's internet connection for the webinars? Haha
@WebWash6 жыл бұрын
Yep, 4G internet is much faster than most landline internet in Australia. :)
@EdwinvandenAkker6 жыл бұрын
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.
@mykidscampmeds77425 жыл бұрын
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
@Patrick1985McMahon7 жыл бұрын
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.
@WebWash7 жыл бұрын
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
@Patrick1985McMahon7 жыл бұрын
WebWash how do you use a non-default form
@WebWash7 жыл бұрын
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
@Patrick1985McMahon7 жыл бұрын
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.
@marcelchaloupka6 жыл бұрын
Patrick McMahon unfortunately Entity forms isn’t going to be migrated to D8 and the Webforms module isn’t that great