Nice video! Yes a styling video of Ninja form would be nice.
@ArteoDigital4 жыл бұрын
yep, nice and easy.
@mbuvigodfrey23356 жыл бұрын
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.
@susantau6 жыл бұрын
Very informative tutorial - thank you! I also would be interested in a CSS styling tutorial for the Ninja form.
@davidsots5586 жыл бұрын
I love ninja forms thanks for the tutorial!
@wplearninglab6 жыл бұрын
Sorry for the delay in responding David. I think they're pretty great too. I'm happy you liked the tutorial!
@wassouhedroug25725 жыл бұрын
thank u for the video , is it possile to do custom validation in ninja form ?
@wplearninglab4 жыл бұрын
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!
@JudgeSikhs4 жыл бұрын
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
@hussain26733 жыл бұрын
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??
@riyadhsarkar13915 жыл бұрын
Awesome tutorial...
@wplearninglab5 жыл бұрын
Thanks Riyadh, and thanks for watching! Let me know if you have any questions :)
@riyadhsarkar13915 жыл бұрын
@@wplearninglab Thank you so much to show me your helping mentality...
@itube00336 жыл бұрын
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?
@saleswithKyle10 ай бұрын
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?
@KellySmith-oi7ds5 жыл бұрын
Okay after I published my event it shows up on my home page. how do i move it to a different page
@reginag.a.41875 жыл бұрын
helpful vid. Thank you!
@wplearninglab5 жыл бұрын
You’re welcome, thanks for watching!
@KenLendscom6 жыл бұрын
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?
@wplearninglab6 жыл бұрын
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.
@arshpreetkaur30324 жыл бұрын
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
@lightcellarmarketing84246 жыл бұрын
Your videos are amazing. Would love to see styling please
@wplearninglab6 жыл бұрын
Will do, it's on my list. Thanks for watching!
@shauna13065 жыл бұрын
Is there a step progression option with Ninja Forms?
@samopinter14674 жыл бұрын
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 ";", ","...
@darlhouse5 жыл бұрын
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?
@alirany4 жыл бұрын
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.
@kannadaskillhub6 жыл бұрын
Can i display these entries on front-end??
@wplearninglab6 жыл бұрын
Hi Nagendra, You can, but you need this add-on: ninjaforms.com/extensions/front-end-posting/ I hope that helps and thanks for watching!
@MikeFoxSplashDesignworks6 жыл бұрын
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
@wplearninglab6 жыл бұрын
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!
@kiwanissteilacoom50293 жыл бұрын
But how do I get to the form to use it? All I get is a blank page?
@jayguilloty65606 жыл бұрын
Yes to using NinjaForms customization using css, please. :)
@HarrisonBrincku6 жыл бұрын
me also
@pinkyrosetumapon9275 жыл бұрын
Hello, do you have tutorial how to set up ninja forms and paypal?
@wplearninglab5 жыл бұрын
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!
@pinkyrosetumapon9275 жыл бұрын
@@wplearninglab thanks for your reply. I will take a look on this
@wplearninglab5 жыл бұрын
Ok, let me know how it goes. Good luck!
@AtticusShaner836 жыл бұрын
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?
@wplearninglab6 жыл бұрын
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!
@MichelleBrink6 жыл бұрын
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.
@wplearninglab6 жыл бұрын
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: kzbin.info/www/bejne/rH22hoqKbrKBoqM I hope that helps and thanks for watching!
@AndyDOHD16 жыл бұрын
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.
@wplearninglab6 жыл бұрын
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.
@AndyDOHD16 жыл бұрын
@@wplearninglab I'll be looking into that, thanks. Hope you manage to get some decent sleep.
@Kevin-kj5th4 жыл бұрын
When I click add new nothing pops up. It's blank with no template options.
@abdullahijaz10405 жыл бұрын
I m trying to add three column in a single row but unable to add this?
@darlhouse5 жыл бұрын
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!!
@wplearninglab5 жыл бұрын
Hi Darlene, can you share a link to the live form that had the dollar sign problems?
@darlhouse5 жыл бұрын
@@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/
@ArteoDigital4 жыл бұрын
This is amazing.
@tangodigitalsystems6 жыл бұрын
Great Video
@dennienguyenUX6 жыл бұрын
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.
@wplearninglab6 жыл бұрын
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!
@dennienguyenUX6 жыл бұрын
WordPress Tutorials - WPLearningLab Thank you so much. My problem has been solved.
@AlexPaulsen16 жыл бұрын
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?
@romeoklaassen95375 жыл бұрын
yup could use a styling video on Ninja forms
@wealthmessengers59996 жыл бұрын
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!
@agneharrisfilms6 жыл бұрын
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.
@TheBakor6 жыл бұрын
How to send SMS to a phone number from the Ninja form
@Howpedia16 жыл бұрын
are ninja forms responsive ?
@wplearninglab6 жыл бұрын
I don't know for sure, I'll have to look into it.
@Howpedia16 жыл бұрын
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.
@Howpedia16 жыл бұрын
And thanks for such a great video.. love it...
@amauryaracena3 жыл бұрын
Everything ok, but when I try to use File Up Load I have to pay $60.