This is the scenario I would like to implement:
1. On the home page I would like a visitor to choose a category in which their listing should appear using form pulldown menu with redirection javascript.
2. Based on their selection I would like a visitor to be presented with an Add Record Form with Keywords choices specific to the category of their choice. The category would be written to a database as a hidden input
This is what I have tried to do myself, but run into problem:
I generated an HTML page with a Add Record Form with hidden input for a specific category, and default uid. The problem I have is that one of the fields has to be unique and generated by a perl and I do not know what to input in a this unique fields in my case "ID" and "Date" to triger the db.cgi routine. I am trying to implement the scenerio using HTML because I am not a perl programmer .
Could you point me to a right direction to solve my problem.
Thank you
Anita
1. On the home page I would like a visitor to choose a category in which their listing should appear using form pulldown menu with redirection javascript.
2. Based on their selection I would like a visitor to be presented with an Add Record Form with Keywords choices specific to the category of their choice. The category would be written to a database as a hidden input
This is what I have tried to do myself, but run into problem:
I generated an HTML page with a Add Record Form with hidden input for a specific category, and default uid. The problem I have is that one of the fields has to be unique and generated by a perl and I do not know what to input in a this unique fields in my case "ID" and "Date" to triger the db.cgi routine. I am trying to implement the scenerio using HTML because I am not a perl programmer .
Could you point me to a right direction to solve my problem.
Thank you
Anita

