kindly note that we are using your plugin to register for paid events, but this time event will be for free unless the customer wanted to buy a book.
so I’ve applied the conditional payment and i looked for a solution to add submit button,
I found this solution you provided before, please check the below link:
https://premium.wpmudev.org/forums/topic/forminator-pro-how-do-i-add-a-submit-button/
it works but when I try to register for free and press on submit button I keep getting the below error:
Error! Something went wrong during checkout and payment couldn’t be approved.
We have updated to the most recent version of WordPress, the theme, and the plugin. We have also updated to recapcha V3.
]]>I’ve created this form and integrated it with my Mailchimp account. All fields are required before someone submits it. However, even when all fields are filled, the form keeps giving me the error “Please fill in the required fields.”
What am I doing wrong? My url is https://urhomebrand.com/test/
Below is my code:
<p>
<input type=”text” name=”FNAME” placeholder=”First Name” required>
</p>
<p>
<input type=”text” name=”LNAME” placeholder=”Last Name” required>
</p>
<p>
<input type=”email” name=”EMAIL” placeholder=”Email Address” required>
</p>
<p>
<input type=”text” name=”ADDRESS[addr1]” placeholder=”Street Address”>
</p>
<p>
<input type=”text” name=”ADDRESS[city]” placeholder=”City” required>
</p>
<p>
<input type=”text” name=”ADDRESS[state]” placeholder=”State” required>
</p>
<p>
<input type=”text” name=”ADDRESS[zip]” placeholder=”ZIP” required>
</p>
<p>
<select name=”PRODUCT”>
<option selected>Product</option>
<option>6 Pack Keurig Cup</option>
<option>3 Pack Keurig Cup</option>
<option>1 Pack Keurig Cup</option>
</select>
</p>
<p>
<input type=”text” name=”DATEP” placeholder=”Date Purchased” required>
</p>
<p>
<input type=”text” name=”PLACE” placeholder=”Place of purchase” required>
</p>
<p>
<label>I want to receive urKitchen’s emails featuring new products, and exclusive deep discounted deals!</label>
<label>
<input name=”_mc4wp_action[]” type=”checkbox” value=”subscribe” checked> <span>Subscribe</span>
</label>
</p>
<p>
<input type=”submit” value=”Subscribe”>
</p>
https://www.ads-software.com/plugins/mailchimp-for-wp/
]]>Next I deactivated the plugin and attempted to delete it so I could download a fresh version. It asked for permission to delete all the files and I clicked yes. It appeared to go through the delete process but it did not delete.
I have updated other plugins today on that site without issue.
I would live to know what is going on with this.
https://www.ads-software.com/plugins/contact-form-7/
]]>https://www.ads-software.com/plugins/contact-form-7/
]]>