account and login

f.leone
3 Posts
f.leone posted this 25 January 2024
Ask a Question

I saw that there is a login page model, but can account creation be managed directly from nicepage?

I saw that there is a login page model, but can account creation be managed directly from nicepage?
Vote to pay developers attention to this features or issue.
5 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 25 January 2024

Hello Fabio,
Thanks for choosing Nicepage!

Unfortunately, Nicepage provides only the possibility of creating a Login Template without additional functionality.

...................................................
Sincerely,
Negat Veri
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Fabio, Thanks for choosing Nicepage! Unfortunately, Nicepage provides only the possibility of creating a Login Template without additional functionality. ................................................... Sincerely, Negat Veri Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
sonjamichelle
4 Posts
sonjamichelle posted this 29 January 2024

Is there a way to insert the required html/php that will take the form inputs then and add them into an already existing databse?

I have another system that holds user login information, I would like to use the login template so that a site visitor can create a user for that system. I just need to know how to get the requisite code into the form actions.

Is there a way to insert the required html/php that will take the form inputs then and add them into an already existing databse? I have another system that holds user login information, I would like to use the login template so that a site visitor can create a user for that system. I just need to know how to get the requisite code into the form actions.

Last edited 29 January 2024 by sonjamichelle

Support Team
Support Team posted this 29 January 2024

Hi,

Maybe you need to add some custom HTML and PHP elements on the login template instead of the ready form. There you can add as a code the whole form with the desired actions in the code for the button submit.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Maybe you need to add some custom HTML and PHP elements on the login template instead of the ready form. There you can add as a code the whole form with the desired actions in the code for the button submit. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
sonjamichelle
4 Posts
sonjamichelle posted this 31 January 2024

Going forward with this.

I have the form created so that it matches the style of my page.

Though now I'm not sure where to add the form action so that the form does what it is supposed to do when the user clicks the button.

This is the action that calls a function inside of WordPresses functions.php

<?php echo esc_url( admin_url('admin-post.php') );?>.

I THINK I explained what I needed.

Going forward with this. I have the form created so that it matches the style of my page. Though now I'm not sure where to add the form action so that the form does what it is supposed to do when the user clicks the button. This is the action that calls a function inside of WordPresses functions.php &lt;?php echo esc_url( admin_url(&#39;admin-post.php&#39;) );?&gt;. I THINK I explained what I needed.
Support Team
Support Team posted this 31 January 2024

Hi,

We do not provide support for the custom code modifications.

As far as I understand, if you need this php line to be inside the form action attribute then try to use the URL option in the Nicepage Form >> Settings and add the whole php line in the URL field.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, We do not provide support for the custom code modifications. As far as I understand, if you need this php line to be inside the form action attribute then try to use the URL option in the Nicepage Form >> Settings and add the whole php line in the URL field. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments