HTML won’t save using Beaver Builder
-
I have recently updated the theme on my website and now I can’t get the HTML to embed directly on my site.
<!– BEGIN DJEVENTPLANNER CODE –>
<form method=”post” action=”https://djplanner.info/contactus.asp ” style=”margin:10px 20px;” onSubmit=” if (!(this.full_name.value.length>0)) {alert(‘Please enter your name’);this.full_name.focus();return false;} if (!(this.email.value.length>0)) {alert(‘Please enter your email address’);this.email.focus();return false;} if (!(this.message.value.length>0)) {alert(‘Please enter your message’);this.message.focus();return false;} return true;”>
<div>
<div>
<p><label>Name</label></p>
<input type=”text” id=”full_name” name=”full_name” placeholder=”Your Full Name”>
</div>
<div>
<p><label>Email</label></p>
<input type=”email” id=”email” name=”email” placeholder=”Email Address”>
</div>
<div>
<p><label>Message</label></p>
<textarea name=message rows=”4″ cols=”35″> </textarea>
</div>
<button type=”submit”>Submit</button>
</div>
<input type=hidden name=showlogo value=false><input type=hidden name=action value=process><input type=hidden name=djidnumber value=16236><input type=hidden name=source value=””>
</form>
<!– END DJEVENTPLANNER CODE –>
Is the code that I am trying to insert into my page.The page I need help with: [log in to see the link]
The topic ‘HTML won’t save using Beaver Builder’ is closed to new replies.