• Resolved webcouleur

    (@webcouleur)


    Hi,

    Thank you for this great extension !

    I have several questions :

    Database | table

    • Is it possible to save the registered data into another database and table than the one your are natively using ? If yes could you please instruct me how ?
    • Is it possible to custom the field names ?

    Password field

    • In which format is the password saved into the table ?
    • Is it possible to change the format in which the password is saved into the table ?

    Thanks in advance for your feedback,

    Cheers,

    Marc

    • This topic was modified 7 years, 3 months ago by webcouleur.
    • This topic was modified 7 years, 3 months ago by webcouleur.
Viewing 1 replies (of 1 total)
  • Plugin Author easyregistrationforms

    (@easyregistrationforms)

    Hi there,

    Thank you for contacting us. Here are the answers as per your queries:
    Database Table
    1. This can be done with the help of our post submission hook. Here is the sample code for your theme’s functions.php:
    add_action(‘erf_post_submission’,’after_submission’);
    function after_submission($submission){
    // Here $submission has all the required data. You can insert this data into any custom table
    }
    2. I am not sure what you mean by custom fields. You can add or rename any field in Form Builder. Please clarify if I am getting it wrong.

    Password field
    1. We do not save password. It is handled by WordPress core system which stores the password data into user table.
    2. It is not possible by any our hooks.

Viewing 1 replies (of 1 total)

The topic ‘Select Database|Table / Field Names | Password format change’ is closed to new replies.