How to change php created by wizard?

Issues related to forms.
Post Reply
CUBAH
 
 
Posts: 1
Joined: Sun Apr 14, 2024 3:51 pm

How to change php created by wizard?

Post by CUBAH »

Hi
I created contact form using wizard. The page has php extension from now and some php code inside. I would like to change this php code but it seems WYSIWYG is always generating 'origin' php code.
Is any way to change wizard generated PHP code ??

Buke
User avatar
BaconFries
 
 
Posts: 5640
Joined: Thu Aug 16, 2007 7:32 pm

Re: How to change php created by wizard?

Post by BaconFries »

would like to change this php code but it seems WYSIWYG is always generating 'origin' php code.
Sorry this is not possible WYSIWYG Web Builder is not a HTML Editor (Code editor) it is a HTML Generator what this means is no code HTML or PHP actually exists till you publish. The only way to edit any code is externally with the likes of Notepad++ or similar before you publish. Please note if you open the project again then any code including html/php will be over written and you need to modify again externally.
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: How to change php created by wizard?

Post by Pablo »

Note that you can also write your own form script. Just change the 'action' of the form to the location of your script.

For example:
https://www.wysiwygwebbuilder.com/forms_php.html

Also, can you please enter a valid order number in your forum profile?
Post Reply