destination page

Issues related to forms.
Post Reply
944Timbo
 
 
Posts: 2
Joined: Sat Nov 21, 2020 6:53 pm

destination page

Post 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?
User avatar
Pablo
 
Posts: 21582
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: destination page

Post by Pablo »

Sorry, you can only select a page within the website.
It cannot be an external URL.
944Timbo
 
 
Posts: 2
Joined: Sat Nov 21, 2020 6:53 pm

Re: destination page

Post 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);
??
User avatar
Pablo
 
Posts: 21582
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: destination page

Post 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.
Timbo
 
 
Posts: 6
Joined: Thu Mar 28, 2019 2:43 pm

Re: destination page

Post 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. :-)
Post Reply