Hello,
I am trying to have a visitor (not a member) to my website enter their “Callsign”, push a submit button and generate a certificate for them that shows their particular accomplishments.
I have spent a lot of time trying to find an example, but no luck. I believe the solution involves WIX code (like the wix-router I am guessing). But I need help as I am not a WIX coder.
On my site I have:
Home
2016-Certificates Pages (Dynamic)
2016_Certificates (Callsign)
Database
2016_Certificates
When I preview 2016_Certificates (Callsign), everything works fine. I have two example callsigns and can create a certificate for both Callsigns.
Back on the Home page, I have a button with a link set to a page: Which page? Set to 2016-Certificates Pages (Dynamic), Which item? Set to one of the callsigns in the database. When I preview on the Home page and push the button, the desired certificate is created for the callsign associated with the button. Simple enough.
I could make this work, but I would need to create a button for every callsign entry in the database and have hundreds of callsign buttons on the Home page. Not a good solution. A dropdown box with hundreds of dropdowns would likewise not be a good solution.
What I want is for a visitor (not a member) to my Home page to be able to enter their Callsign, push a submit button, and have their certificate generated for them. No security is needed, as all of the information on the certificate is public anyway, and nobody cares if someone were to generate a certificate that was not theirs.
After I learn of a solution to the above problem, my next desire is to be able to create a pdf file of the certificate. Help on the pdf generation is also welcome!
Thanks in advance for any help!
Bill