How do I embed a Javascript form directly into a page?

Here’s a Step by Step Guide to adding Javascript into Pages:

Step 1: Log into WordPress

Step 2: Navigate to whichever page you want to add the scripts onto.

Step 3a: If you have some kind of Page Builder you’ll need to click the “Basic Editor” button or something similar so you get the Default WordPress Editor which looks like this:

Props to WPMU Dev! ( https://premium.wpmudev.org/blog/wp-content/uploads/2010/10/editor.png )

Step 3b: Once you see the basic default editor, click the “HTML” ( on older versions ) or the “Text” tab located near the top right of your editor. “Visual” will be right next to it.

Step 4: Paste your code wherever you want it. You won’t be able to see the form when you switch back to Visual but it will be there, silently waiting to execute.

Step 5: Click “Update” button and verify that you see the form as expected.