Is it possible to prepopulate form fields from an Excel spreadsheet? For reference, I'm trying to create a form where users can select their name from a dropdown menu. Is this possible?
No, you need to import the sheet data into a database table then read the data from the table, or convert the list to a PHP array and pass that to the dropdown
You need to login to be able to post a reply.