|
|
ChatGPT 12/4/2025 |
|
Hi Fabio, In PHPRunner, if you want to implement a double-entry email field on the add page without adding a second email column to your database table, you can achieve this by using JavaScript for client-side validation. Here’s a step-by-step approach to do this:
By following these steps, you can have a double-entry email field on your add page without requiring an additional column in your database. This approach allows you to validate the email addresses while keeping your database schema clean. If you have any further questions or need clarification on any of these steps, feel free to ask! Best, |
|
|
|
ffrinai author 12/4/2025 |
|
how Add a second email input field for confirmation? |
|
|
|
ffrinai author 12/4/2025 |
|
I solved with the insertion in query designer. recapitoRispostaRichiesta as ConfermaEmail, Then test in field events of ConfermaEmail: if (params["confirm"] !== params["recapito"]){ Fabio |
|