Title: Fluent form/dynamic variable integration
Last modified: December 6, 2021

---

# Fluent form/dynamic variable integration

 *  Resolved [meenimee](https://wordpress.org/support/users/meenimee/)
 * (@meenimee)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/fluent-form-dynamic-variable-integration/)
 * Hi,
 * I am using Fluent forms on my site and I want to pass on variables in the url
   like this to my form but when I try to construct urls it says that “&” is not
   an allowed character.
 * [http://www.mydomain.com/age-url/?age=18&email=kevin@gmail.com](http://www.mydomain.com/age-url/?age=18&email=kevin@gmail.com)
 * Is there any way around this?
 * Thanks!

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

 *  [Mat](https://wordpress.org/support/users/mateithemeisle/)
 * (@mateithemeisle)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/fluent-form-dynamic-variable-integration/#post-15158217)
 * Hello [@meenimee](https://wordpress.org/support/users/meenimee/) ,
 * Thank you for using MPG and for reaching out!
 * There are certain characters that are forbidden in URL creation such as the space
   character or &, meaning you will not be able to use them as such in your URLs.
 * You can read more about it [here](https://developers.google.com/maps/url-encoding).
 * I haven’t tested this method myself but you can try and rewrite your URL with“%
   26” instead of “&”. Thus in your case the above URL would be:
    [http://www.mydomain.com/age-url/?age=18%26email=kevin@gmail.com](http://www.mydomain.com/age-url/?age=18%26email=kevin@gmail.com)
 * Also, this rule applies to all the reserved characters that cannot be part of
   a URL.
 * Thank you for understanding and please let us know if this worked for you!
 *  Thread Starter [meenimee](https://wordpress.org/support/users/meenimee/)
 * (@meenimee)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/fluent-form-dynamic-variable-integration/#post-15262696)
 * Hi Mat,
 * Thanks for this but the tool won’t let me add ? or % so this solution wouldn’t
   work. Any other solution?
 *  [Mat](https://wordpress.org/support/users/mateithemeisle/)
 * (@mateithemeisle)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/fluent-form-dynamic-variable-integration/#post-15289659)
 * Hello [@meenimee](https://wordpress.org/support/users/meenimee/),
 * Thank you for reaching out again and apologies for the delayed reply!
 * Unfortunately, if that didn’t work, then there is not much we can do about it.
   Due to the article above we have also implemented a prevention message in case
   there are users trying to achieve this effect, which detects when a user tries
   to use one of those forbidden characters when creating the URLs. The only allowed
   characters are `_, -, /, ~, ., =`.
 * Thank you for understanding and I hope we are still cool!

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

The topic ‘Fluent form/dynamic variable integration’ is closed to new replies.

 * ![](https://ps.w.org/multiple-pages-generator-by-porthas/assets/icon-128x128.
   gif?rev=3274397)
 * [MPG – Multiple Page Generator, Bulk Landing Pages & Programmatic SEO](https://wordpress.org/plugins/multiple-pages-generator-by-porthas/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multiple-pages-generator-by-porthas/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multiple-pages-generator-by-porthas/)
 * [Active Topics](https://wordpress.org/support/plugin/multiple-pages-generator-by-porthas/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multiple-pages-generator-by-porthas/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multiple-pages-generator-by-porthas/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Mat](https://wordpress.org/support/users/mateithemeisle/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/fluent-form-dynamic-variable-integration/#post-15289659)
 * Status: resolved