Simple HTML Form not working

I’ve run into this problem multiple times, and I can’t figure it out.
I’m trying to use the most simple and basic HTML form on a page.
It works perfectly in codepen, it shows up in the cornerstone editor, but on the actual page its just blank (there is no form).
Here’s the code I used…

<form action="https://borrower.raisal.com/onboarding">

<input type="number" min="500000" max="1000000000" step="100000"  id="loan-amount" placeholder="Enter Your Loan Amount">

<input type="submit" value="Start Your Request">

   </form>

Hi there,

I tested the code on my local installation and it shows the form with no problem:

Please go to the Cornerstone and add a Classic Raw Content element and paste the HTML code there and save the page and you should see the result correctly on the front end of the page.

In general, I strongly suggest that you use the Contact Form 7 plugin instead as it has more security features when it comes to the form submission.

If you still have problems please follow the steps below:

  1. Ensure everything is up to date according to our version compatibility list here. Please follow the best practices when updating your theme and plugins. Click here for more information.
  2. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.
  3. Test for a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
  4. Remove custom CSS and Javascript from the options or Child Theme and test the case.

Finally, if you still need our help kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.