Add database support #1457
mathembamagwentshu
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add a database of the following fields; Meter number, First and Last name, Email address, mobile number and a unique randomly generated temporary short URL. ( https://cheerful-stardust-c9cbf2.netlify.app/ )
Then when anyone clicks on the unique randomly generated temporary short URL, you pull the First and Last Name, and Meter number from the database. Then append an amount on the database record. ( https://ornate-boba-37785e.netlify.app/ )
Lastly, on the following page, you generate a unique 16 digit number, append the record you just pulled on the previous screen with the 16 digit number. The email and whatsapp the token to the email address and mobile number from the previous record. https://moonlit-souffle-38d84d.netlify.app/
Beta Was this translation helpful? Give feedback.
All reactions