Page 1 of 1
destination page
Posted: Sat Nov 21, 2020 8:39 pm
by 944Timbo
Hi all,
When I created the signup form I left the destination page blank and in the php file it says
Code: Select all
$activated_page = basename(__FILE__);
I need to edit the destination page that the new user goes to after he/she activates. Can I just put a url in here with quotes around it?
Re: destination page
Posted: Sat Nov 21, 2020 8:53 pm
by Pablo
Sorry, you can only select a page within the website.
It cannot be an external URL.
Re: destination page
Posted: Sat Nov 21, 2020 9:12 pm
by 944Timbo
Pablo wrote: Sat Nov 21, 2020 8:53 pm
Sorry, you can only select a page within the website.
It cannot be an external URL.
Ok. What would that look like if I just want to edit the existing php?
If the file is xyz would it look like $activated_page = basename(xyz);
??
Re: destination page
Posted: Sun Nov 22, 2020 7:47 am
by Pablo
WYSIWYG Web Builder is not a HTML or code editor, so you cannot edit the code directly.
The HTML does not exists until you publish the page.
However, you can convert the login form to a standard form via the content menu. After that you have full control over the code.
Re: destination page
Posted: Thu Dec 10, 2020 4:38 pm
by Timbo
Ahhhh, publish to see it, thank you Pablo. I was also looking for the php by looking at the object properties of the form itself, but I found it under the Page HTML.
