post sign up and login credentials to related pages

4 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: July 6, 2017   (RSS)

By ht1080z - July 2, 2017

Hi,

Is it safe to post the login and/or sign-up credentials from the homepage (index.php) where i plan to embed the forms? (i use HTTPS)
The login.php and the sign-up.php pages will still exist but only for completing the procedure and for secondary try if anything went wrong.

Is there any other suggested solution to make this possible?

Please advise,
Karls

By Dave - July 5, 2017

Hi Karls,

Yes, it's secure and essentially the same.  The source page (the page you're on) doesn't matter because the browser creates a new request that submits to the form target page only.  But definitely using HTTPS is a good idea.

Hope that helps, let me know any other questions.

Dave Edis - Senior Developer
interactivetools.com

By Dave - July 6, 2017

Hi Karls, 

We just use those variables to keep all the information in one place.  So you don't need to hardcode URLs everywhere.  Feel free to try doing it a few different ways and adapt it to what works for you.  

One way to get started would be to copy and paste the code from the existing user-login or user-signup pages.

Dave Edis - Senior Developer
interactivetools.com