We have a requirement where user will select one value from FORM via dropdown , then select another value from form via dropdown.
Then these value 1 and value 2 based on the selected at the time of access request should be passed as a parameter in create account Stored proc.
Stored proc : insert into
(Fname,Lname,value1,value2).Please suggest on this.