It's been a long time since I used Clarion. Now, I am back using it. I'm using ClarionPE verson 6.3 etal.
In one of my forms I have an email input field where the user enters their email address. I want to have a second email input field on the form to act as confirmation that they typed in their email address correctly.
Is there a simple way to do this in Clarion? I thought about setting up a local variable and using it as the confirmation input field. Then simply comparing the two email input fields. If they match then great. If they don't match, then the user gets an error message explaining the error and that they must retype both email entries.
The problem is I don't know how and if to code this properly. I'm surprised that there isn't a built-in function in the Clarion IDE to do this sort of thing.
I was hoping this wouldn't turn into a coding nightmare for me.
Any help would be very very much appreciated.
In one of my forms I have an email input field where the user enters their email address. I want to have a second email input field on the form to act as confirmation that they typed in their email address correctly.
Is there a simple way to do this in Clarion? I thought about setting up a local variable and using it as the confirmation input field. Then simply comparing the two email input fields. If they match then great. If they don't match, then the user gets an error message explaining the error and that they must retype both email entries.
The problem is I don't know how and if to code this properly. I'm surprised that there isn't a built-in function in the Clarion IDE to do this sort of thing.
I was hoping this wouldn't turn into a coding nightmare for me.
Any help would be very very much appreciated.