I have a form with some input fields (6). When I click the submit button "I would like to format the URL" in such a way:
/actionname?input1|input2|input3|input4|input5|input6
and maybe for null values: /actionname?input1|input2||input4||input6
and maybe a time-stamp for when the user clicks the submit button.
Can this be done using javascript.
Thanks,
Chad