close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

using php in an html editor

Thread began 1/26/2017 7:04 am by Jamie | Last modified 1/27/2017 2:10 pm by Ray Borduin | 927 views | 4 replies |

Jamie

using php in an html editor

hey Ray

I am trying to use this code in an html editor but it is obvioulsy commenting out the php and not sure how to 'turn it off'?

<?php if(isset($_SESSION["waue_callback_1_Status"]) && $_SESSION["waue_callback_1_Status"] == "Success") { ?>
<p>Thanks for the contact details. We'll be in touch as soon as possible.</p>
<a class="remodal-confirm" href="#">Cancel</a></div>
<?php } else { ?>
<p>Let us know who to call, and we'll be in touch as soon as we can during office hours.</p>
<form action="<?php echo (htmlentities($_SERVER["PHP_SELF"], ENT_QUOTES)); ?>" id="fp_callmeback" method="POST">
<input id="callmeback_name" placeholder="Your name" type="text" /><br />
<input id="callmeback_phone" placeholder="Your phone number" type="text" />
<p>Reason for call:<br />
<input name="callreason" type="radio" value="removals" checked/> Removals<br />
<input name="callreason" type="radio" value="storage" /> Storage<br />
<input name="callreason" type="radio" value="other" /> Other</p>
<input class="_remodal-confirm" type="submit" value=""/>&nbsp;

</form>
<a class="remodal-confirm" href="#">Cancel</a></div>
<?php } ?>
Sign in to reply to this post

Ray BorduinWebAssist

You can't put php code into an html editor.

You should probably set this up as two separate editable regions and put the php code outside of the html that is editable in the html editor. It is an html editor and not a php editor. Getting it to work with php, though possible, would be tricky and dangerous.

Sign in to reply to this post
Did this help? Tips are appreciated...

Jamie

point taken and thanks

so that being said, how would I take the existing page so that when the form is submitted in the modal it doesnt re-open the modal on submit?

Sign in to reply to this post

Ray BorduinWebAssist

Maybe update the page contents in the html editor to be:

<p>Let us know who to call, and we'll be in touch as soon as we can during office hours.</p>
<form action="<?php echo (htmlentities($_SERVER["PHP_SELF"], ENT_QUOTES)); ?>" id="fp_callmeback" method="POST">
<input id="callmeback_name" placeholder="Your name" type="text" /><br />
<input id="callmeback_phone" placeholder="Your phone number" type="text" />
<p>Reason for call:<br />
<input name="callreason" type="radio" value="removals" checked/> Removals<br />
<input name="callreason" type="radio" value="storage" /> Storage<br />
<input name="callreason" type="radio" value="other" /> Other</p>
<input class="_remodal-confirm" type="submit" value=""/>&nbsp;
</form>
<a class="remodal-confirm" href="#">Cancel</a></div>



and update the code on the page to be:

<?php if(isset($_SESSION["waue_callback_1_Status"]) && $_SESSION["waue_callback_1_Status"] == "Success") { ?>
<p>Thanks for the contact details. We'll be in touch as soon as possible.</p>
<a class="remodal-confirm" href="#">Cancel</a></div>
<?php } else { ?>
<?php echo($PageContents->getColumnVal("PageContent")); ?>
<?php } ?>
Sign in to reply to this post
Did this help? Tips are appreciated...

Jamie

thanks Ray

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...