Elementor Addons
All Elementor addons come with a lifetime license at a very low cost, you have ever assumed :)
Divi Themes and Plugins
We have added some of the most popular Divi plugins and themes to our lifetime list.
All Elementor addons come with a lifetime license at a very low cost, you have ever assumed :)
We have added some of the most popular Divi plugins and themes to our lifetime list.
31.46$ Original price was: 31.46$.3.13$Current price is: 3.13$.
You can create your dream form now! Take a check it out to make your visitors and yourself happy with Magic Form.
The mythical drag and drop multi-column form builder. Magic Form is the easiest WordPress plugin that allows building basic & complex forms with draggable layouts from elements spanning multiple columns.
You can get paid easily with PayPal or Stripe from your customers. Integrate payment with your form and start to get paid today.
You can add multiple steps to your forms and create as many pages as you wish. It’s very easy to create forms on WordPress that your visitors will fill up with pleasure.
It is possible to create Smart Form with just a few clicks. Suprise your visitor with dynamic elements. You can show new questions based on responses or you can reduce options.
You can generate pdf files from submission data now. And you can send this file with the “Send Email” or “Auto Responder” action.
With the 15-year of experience in software and marketing, we know the significance of forms that strengthen your communication with your visitors, which is why we are working for you to design measurable, wieldy, and stylish forms.
Filling up the stylish forms compatible with every device will save your visitor bother. Both the admin dashboard and our user designs will please everyone.
You are free in design. You can create themes with the colors and lines you like. Or, you can pick a theme you like out of many which are ready for you, as well.
Rule your form! You can add columns up to 4. And what’s more, you can make the addition on any page or section you want.
Your visitors can put e-signature on your forms. It is compatible with tablets and mobile, as well.
You can add multiple steps to your forms on your WordPress website. You can designate header types and create pages as many as you wish.
You can customize your form style. You can designate input, label, color, border, and whatever you would like.
We simplify your job. You can pick one of our forms that is the best for you, then you can specialize and use it.
On multiple page forms, you can add a progress bar on every page transition. If you wish, you can show it on forms, as well.
Files can be uploaded to your forms. You can also use your files in your integrations.
It takes only a few clicks to create a smart WordPress form. Make your visitors surprised with dynamic elements.
You can create countless forms and receive applications. You can add the forms that you don’t use into an archive or passivate them.
Brand | |
---|---|
Activation |
Pre-activated |
License |
GPL |
IF NOT PRE-ACTIVATED, FOLLOW NEXT STEPS: 1. open magicformadminclass-magicform-dashboard.php Go to line 168 (approx) which is: PHP: public function check_license() { Below that add the following: PHP: $purchaseData = json_decode(get_option("magicform_purchase_code")); wp_send_json_success($purchaseData); return; It will now look like: PHP: public function check_license() { $purchaseData = json_decode(get_option("magicform_purchase_code")); wp_send_json_success($purchaseData); return; Now go to line 119/120 (this will have changed after adding last code) but it is: PHP: public function verify() { After that add: PHP: wp_send_json_success(""); return; So it looks like: PHP: public function verify() { wp_send_json_success(""); return; 2. Open magicformmagic-form.php Under line 15/16 (approx) which is: PHP: die; } Add the following: PHP: update_option("magicform_purchase_code", json_encode(array("code" => "*****", "domain" => "*****"))); It will now look like: PHP: die; } update_option("magicform_purchase_code", json_encode(array("code" => "*****", "domain" => "*****"))); /**
No account yet?
Create an Account