You are the best! Always to the point covering a great deal of information without babbling. Thank you very much for your work. And yes I appreciate if you can do some CSS styling with the Ninja forms. Also another question are the Ninja forms available for other languages?
Need your help! How can I add this contact form in my existing home page? And I dont want it at the bottom which I think it does if adding in after? I hope I'm wrong, but I need it at right side of top page. Please help
I want to make separate forms for 10 or 15 of my pages. Is there any reason I can’t just duplicate the contact forms? Is there a limit where ninja starts to not perform as well?
Hi Wassou, It should be possible. You just need to use some jQuery (or plain Javascript) to intercept the submission. There are a lot of resources if you do a little Googling. I hope that helps :) Let me know if you have any further questions. Thanks for watching!
Nice preview about ninja forms. Yes customization using css, conditionals in ninja forms, especially about check boxes, such that once you select one, cannot select another.
Do you know how to use ninja forms to create a mortgage calculator? For example, Loan Amount, Loan Term (30 years or 15 years), interest rate, calculate the mortgage payment. I am trying to find a plugin that will allow me to design my own. Do you have a suggestion?
I haven't use Ninja forms for that before, but I have used Gravity Forms for that. It's a premium plugin. If you're a little more adventurous you can also cod it using and HTML form and JavaScript/jQuery for the calculations.
i have created a form where i added some fields and i want these fields will show on another form as a select list . could you help me how i can do it am using free ninja forms plugin
Hello Bjorn! Do you know how I can change the tabbing order from field to field? Currently it tabs from top to bottom and I would like it to be left to right, is this possible?
How do I add another email address to admin email notification. I have entered my email address in "TO:" field, but I'd like to add another address. Do I separate it with ";", ","...
I'm trying to make a questionnaire on my website. It would ask some simple yes/no questions, multiple choice (a,b,c,d) questions, and some open ended questions. What do you believe to be the better plugin to accomplish this Ninja Forms or Gravity Forms?
Hi Atticus, Gravity Forms, without question. I've built many questionnaires and surveys and polls in Gravity forms over the years. That plugin excels at it. I hope that helps and thanks for watching!
Hi Pinky Rose, I don't have a tutorial for that at the moment. This NinjaForms blog post may be helpful though: ninjaforms.com/accept-payments-in-wordpress/ I hope that helps :) Let me know if you have any further questions. Thanks for watching!
How do you apply more than one container class to fields. for ex. i need to make 2 fields into two columns, but indented. so indent, plus make into 2 columns. thanks
Hi Mike, Sorry for the delay in responding. If I understand correctly, you want to add two classes to a single field. You can do that by separating them with spaces. Just put class1 class2 In the class field and it should work. If you're adding the classes manually you do add this to the HTML tag: class="class1 class2" I hope that helps and thanks for watching!
Hi there, thanks so much for all of the videos you create!! I am hoping you or anyone who reads this can help me...The currency symbol of the product field does not show up on my Ninja Form - I am using the built-in Product field which shows the currency symbol in the field settings, however it does not appear on my form on the front-end. Same problem with the Total field, no dollar sign is appearing. I checked the settings and it is set to US Currency, but yet it does not show up. Thank you so much!!
@@wplearninglab Thank you so much for responding to my question! I wound up removing those fields and using HTML fields, but I just put one row back at the bottom of the form so you can see what's happening. americanfilmmarket.com/av-form-exhibitor/
Hi there, Thanks for the video, Just have one question. Do you know how to change the checklist or the radio button colours. I have the styles and layout additional plugin and can't seem to find it. Need to get rid of the BLUE :P Thanks a lot.
Hi Michelle, You'll have to get your hands dirty with some custom CSS. Luckily, it's already written for you, you just need to change the selectors. Check out this page: www.w3schools.com/howto/tryit.asp?filename=tryhow_css_custom_radio In the left column your see this: /* On mouse-over, add a grey background color */ .container:hover input ~ .checkmark { background-color: #ccc; } /* When the radio button is checked, add a blue background */ .container input:checked ~ .checkmark { background-color: #2196F3; } Change #ccc and #2196F3 to different colors and click the green "Run" button. The original page I found that is one: www.w3schools.com/howto/howto_css_custom_checkbox.asp It includes customizations for checkboxes. Now you just need to add the CSS to your site. This tutorial may be helpful if you need help: th-cam.com/video/vLSUWT9MNlA/w-d-xo.html I hope that helps and thanks for watching!
Thanks for this tutorial. But like many other tutorials no explanation on how to display the entries. To me it is vague part about any form builder. I want the entries to be copied in a list and preferable autofilled each time a user completes the form.
Ninja forms tutorial would be great. Working on my own WP site (Elementor and OceanWP). So interested in "Contact Forms" and also more complex Quotations forms.
Hi Andy, Sorry for the delay. We just had our third baby and it's been a bit of a gong show around here 👶 For quotation forms I would use Gravity Forms. It's a premium-only plugin, but it's the best form builder I've seen for WP. It does quotes and calculations quite easily.
Good question. In the Ninja Form settings for the form, you need to set the user's submitted email as the "reply to" address. Then when you click on "reply" in your inbox it will send the reply to their email address. I hope that helps and thanks for watching!
Thanks for the tutorial, looks awesome. :-) One of the biggest problems with Contact Form 7 is, that you risk running into problems getting the messages through to the recieving e-mail-adress. Several times I had to call tech mail support to help fix such issues. Is Ninja Forms any better at this?
Thanks! As usual, well done! But there's one thing I can't figure out, though it looks simple enough on the form - I want to add an 'accept terms and privacy policy' checkbox above the submit button on my contact us page and also create a single check box to join mailing list on home page, where I can create a link to 'terms' and 'policy'. Somehow this isn't working out for me, can anyone please help? Appreciate it!
Hey, this is with regards to the terms link. I've done this by using the following code in the Label field of the Single Checkbox. First you should create a page on your website which contains the terms and conditions, I made mine a PDF page, and then insert the link in the following: (label) I accept the terms and privacy policy so mine read: **Terms and Conditions can be read by clicking here** I accept the terms and conditions Hope this helps anyone.
please look into it and confirm me. I have to buy ninja forms plugin. I just wanna make it clear that either they are responsive or not ? else everything in ninja forms is good as you explained in your video.
Nice video! Yes a styling video of Ninja form would be nice.
yep, nice and easy.
You are the best! Always to the point covering a great deal of information without babbling. Thank you very much for your work.
And yes I appreciate if you can do some CSS styling with the Ninja forms. Also another question are the Ninja forms available for other languages?
Very informative tutorial - thank you! I also would be interested in a CSS styling tutorial for the Ninja form.
Need your help! How can I add this contact form in my existing home page? And I dont want it at the bottom which I think it does if adding in after? I hope I'm wrong, but I need it at right side of top page. Please help
I want to make separate forms for 10 or 15 of my pages. Is there any reason I can’t just duplicate the contact forms? Is there a limit where ninja starts to not perform as well?
thank u for the video , is it possile to do custom validation in ninja form ?
Hi Wassou,
It should be possible. You just need to use some jQuery (or plain Javascript) to intercept the submission.
There are a lot of resources if you do a little Googling.
I hope that helps :) Let me know if you have any further questions. Thanks for watching!
Hi I want to add the feature for the email form that the visitor should agree to the privacy policy before sending.. How can I do that??
Nice preview about ninja forms. Yes customization using css, conditionals in ninja forms, especially about check boxes, such that once you select one, cannot select another.
Do you know how to use ninja forms to create a mortgage calculator? For example, Loan Amount, Loan Term (30 years or 15 years), interest rate, calculate the mortgage payment. I am trying to find a plugin that will allow me to design my own. Do you have a suggestion?
I haven't use Ninja forms for that before, but I have used Gravity Forms for that. It's a premium plugin.
If you're a little more adventurous you can also cod it using and HTML form and JavaScript/jQuery for the calculations.
Okay after I published my event it shows up on my home page. how do i move it to a different page
i have created a form where i added some fields and i want these fields will show on another form as a select list . could you help me how i can do it am using free ninja forms plugin
Is there a step progression option with Ninja Forms?
Hello Bjorn! Do you know how I can change the tabbing order from field to field? Currently it tabs from top to bottom and I would like it to be left to right, is this possible?
How do I add another email address to admin email notification. I have entered my email address in "TO:" field, but I'd like to add another address. Do I separate it with ";", ","...
Can i display these entries on front-end??
Hi Nagendra,
You can, but you need this add-on: ninjaforms.com/extensions/front-end-posting/
I hope that helps and thanks for watching!
I'm trying to make a questionnaire on my website. It would ask some simple yes/no questions, multiple choice (a,b,c,d) questions, and some open ended questions. What do you believe to be the better plugin to accomplish this Ninja Forms or Gravity Forms?
Hi Atticus,
Gravity Forms, without question. I've built many questionnaires and surveys and polls in Gravity forms over the years. That plugin excels at it.
I hope that helps and thanks for watching!
Hello, do you have tutorial how to set up ninja forms and paypal?
Hi Pinky Rose,
I don't have a tutorial for that at the moment. This NinjaForms blog post may be helpful though: ninjaforms.com/accept-payments-in-wordpress/
I hope that helps :) Let me know if you have any further questions. Thanks for watching!
@@wplearninglab thanks for your reply. I will take a look on this
Ok, let me know how it goes. Good luck!
But how do I get to the form to use it? All I get is a blank page?
I love ninja forms thanks for the tutorial!
Sorry for the delay in responding David. I think they're pretty great too. I'm happy you liked the tutorial!
How do you apply more than one container class to fields. for ex. i need to make 2 fields into two columns, but indented. so indent, plus make into 2 columns. thanks
Hi Mike,
Sorry for the delay in responding.
If I understand correctly, you want to add two classes to a single field. You can do that by separating them with spaces. Just put
class1 class2
In the class field and it should work.
If you're adding the classes manually you do add this to the HTML tag:
class="class1 class2"
I hope that helps and thanks for watching!
Hi there, thanks so much for all of the videos you create!! I am hoping you or anyone who reads this can help me...The currency symbol of the product field does not show up on my Ninja Form -
I am using the built-in Product field which shows the currency symbol in the field settings, however it does not appear on my form on the front-end. Same problem with the Total field, no dollar sign is appearing.
I checked the settings and it is set to US Currency, but yet it does not show up. Thank you so much!!
Hi Darlene, can you share a link to the live form that had the dollar sign problems?
@@wplearninglab Thank you so much for responding to my question! I wound up removing those fields and using HTML fields, but I just put one row back at the bottom of the form so you can see what's happening. americanfilmmarket.com/av-form-exhibitor/
Hi there, Thanks for the video, Just have one question. Do you know how to change the checklist or the radio button colours.
I have the styles and layout additional plugin and can't seem to find it. Need to get rid of the BLUE :P
Thanks a lot.
Hi Michelle,
You'll have to get your hands dirty with some custom CSS. Luckily, it's already written for you, you just need to change the selectors.
Check out this page: www.w3schools.com/howto/tryit.asp?filename=tryhow_css_custom_radio
In the left column your see this:
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
background-color: #2196F3;
}
Change #ccc and #2196F3 to different colors and click the green "Run" button.
The original page I found that is one: www.w3schools.com/howto/howto_css_custom_checkbox.asp It includes customizations for checkboxes.
Now you just need to add the CSS to your site. This tutorial may be helpful if you need help: th-cam.com/video/vLSUWT9MNlA/w-d-xo.html
I hope that helps and thanks for watching!
Thanks for this tutorial. But like many other tutorials no explanation on how to display the entries. To me it is vague part about any form builder. I want the entries to be copied in a list and preferable autofilled each time a user completes the form.
When I click add new nothing pops up. It's blank with no template options.
Yes to using NinjaForms customization using css, please. :)
me also
I m trying to add three column in a single row but unable to add this?
Your videos are amazing. Would love to see styling please
Will do, it's on my list. Thanks for watching!
Ninja forms tutorial would be great. Working on my own WP site (Elementor and OceanWP). So interested in "Contact Forms" and also more complex Quotations forms.
Hi Andy,
Sorry for the delay. We just had our third baby and it's been a bit of a gong show around here 👶
For quotation forms I would use Gravity Forms. It's a premium-only plugin, but it's the best form builder I've seen for WP. It does quotes and calculations quite easily.
@@wplearninglab I'll be looking into that, thanks. Hope you manage to get some decent sleep.
Awesome tutorial...
Thanks Riyadh, and thanks for watching! Let me know if you have any questions :)
@@wplearninglab Thank you so much to show me your helping mentality...
Hi, how do I reply back to the email that the user input in the form? All my replies just goes back to my admin email.
Good question. In the Ninja Form settings for the form, you need to set the user's submitted email as the "reply to" address. Then when you click on "reply" in your inbox it will send the reply to their email address.
I hope that helps and thanks for watching!
WordPress Tutorials - WPLearningLab Thank you so much. My problem has been solved.
helpful vid. Thank you!
You’re welcome, thanks for watching!
How to send SMS to a phone number from the Ninja form
Thanks for the tutorial, looks awesome. :-) One of the biggest problems with Contact Form 7 is, that you risk running into problems getting the messages through to the recieving e-mail-adress. Several times I had to call tech mail support to help fix such issues. Is Ninja Forms any better at this?
Thanks! As usual, well done! But there's one thing I can't figure out, though it looks simple enough on the form - I want to add an 'accept terms and privacy policy' checkbox above the submit button on my contact us page and also create a single check box to join mailing list on home page, where I can create a link to 'terms' and 'policy'. Somehow this isn't working out for me, can anyone please help? Appreciate it!
Hey, this is with regards to the terms link. I've done this by using the following code in the Label field of the Single Checkbox. First you should create a page on your website which contains the terms and conditions, I made mine a PDF page, and then insert the link in the following:
(label)
I accept the terms and privacy policy
so mine read:
**Terms and Conditions can be read by clicking here** I accept the terms and conditions
Hope this helps anyone.
This is amazing.
yup could use a styling video on Ninja forms
Great Video
are ninja forms responsive ?
I don't know for sure, I'll have to look into it.
please look into it and confirm me. I have to buy ninja forms plugin. I just wanna make it clear that either they are responsive or not ?
else everything in ninja forms is good as you explained in your video.
And thanks for such a great video.. love it...
Everything ok, but when I try to use File Up Load I have to pay $60.