Sorry if is a dummy question but I don’t really know how to get it to work the following issue
I have a form whats url after submission looks as it follows
sites/example.php?category=Notebooks&prod_group=Apple&product=&customer_type=&voucher_type=
What I want is to rewrite this url on submit and the expected result should be
/folder/Notebooks/Apple
Provided that you’ve added the rewrite rules on the server side, you can use the following jQuery, given that your form has an id
formIdand other input has corresponding ids:I haven’t tested it, but it should work.
As for the server setup for rewrite, try figure it out yourself as it is quite simple.