Title: URL Query Parameters
Last modified: February 7, 2021

---

# URL Query Parameters

 *  Resolved [Daniel dos Reis](https://wordpress.org/support/users/thedandosreis/)
 * (@thedandosreis)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/url-query-parameters-3/)
 * I am trying to parse multiple parameters into the URL with no luck. In the behaviour
   tab of the submission behaviour settings, I have set it to redirect to [http://digipiv.local/test-customer-details-form/?email=](http://digipiv.local/test-customer-details-form/?email=){
   email-1}&name={name-1}.
 * It works when I only use one parameter ([http://digipiv.local/test-customer-details-form/?email=](http://digipiv.local/test-customer-details-form/?email=){
   email-1}).
 * But when I try to add the second using the & separator ([http://digipiv.local/test-customer-details-form/?email=](http://digipiv.local/test-customer-details-form/?email=){
   email-1}**&name={name-1}**), the URL breaks and I land on a 404 page. Please 
   can somebody help?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Daniel dos Reis](https://wordpress.org/support/users/thedandosreis/)
 * (@thedandosreis)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/url-query-parameters-3/#post-14014809)
 * I have gone through several other threads and tried everything, AJAX and No AJAX,
   Submission indicator both on and off, everything. I see that support mentioned
   it was a bug and they were aware of it. This was several months ago already and
   it’s still not working. This is what I’ve realised so far:
 * 1. The – & – separator does actually work. And I can parse multiple fields into
   the URL and the next form does auto-populate them. However, only certain types
   of fields.
 * 2. Fields like email and phone, work perfectly.
 * 3. Name and Input fields, DO NOT WORK!. When I add {name-1} or {input-1} type
   fields into the URL, the page breaks and I land on a 404 error.
 * The bug must be lying in some of the field types.
 * Please can you dig into this and resolve the issue. Or provide a solution to 
   the above.
 *  Plugin Support [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/url-query-parameters-3/#post-14015950)
 * Hello [@thedandosreis](https://wordpress.org/support/users/thedandosreis/) ,
 * When you set up your URL can you change the name to name1 (or use different text
   string)?
    So it would look like [http://digipiv.local/test-customer-details-form/?email=](http://digipiv.local/test-customer-details-form/?email=){
   email-1}&name1={name-1}
 * I’ve checked and it looks like this is something with the WordPress itself. I’ve
   tested URLs with parameter “name” and “name1” without the Forminator enabled 
   and the URL with “name” goes to 404 and name1 opens page correctly.
 * kind regards,
    Kasia
 *  Thread Starter [Daniel dos Reis](https://wordpress.org/support/users/thedandosreis/)
 * (@thedandosreis)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/url-query-parameters-3/#post-14015998)
 * Hello Kasia
 * You are a LEGEND!!! Thank you so much. Simple fix, but it’s exactly what was 
   needed. Adding the “1” to the end works. Thank you for your help.
 * Regards
    Daniel

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘URL Query Parameters’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

## Tags

 * [parameter](https://wordpress.org/support/topic-tag/parameter/)
 * [query](https://wordpress.org/support/topic-tag/query/)

 * 3 replies
 * 2 participants
 * Last reply from: [Daniel dos Reis](https://wordpress.org/support/users/thedandosreis/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/url-query-parameters-3/#post-14015998)
 * Status: resolved