Title: url parameters have some special character
Last modified: August 30, 2021

---

# url parameters have some special character

 *  Resolved [lidon720608](https://wordpress.org/support/users/lidon720608/)
 * (@lidon720608)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/elementor-shortcode-url-with-parameters-fail/)
 * Hi
    thank you for writing this good plugin I use shortcode and it works will 
   but my URL parameter has some special characters like “jsf=jet-woo-products-grid&
   tax=product_cat:30,34,operator_AND” so it didn’t work please help me thank you
   very much
    -  This topic was modified 4 years, 9 months ago by [lidon720608](https://wordpress.org/support/users/lidon720608/).

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

 *  Plugin Author [Paul Ryan](https://wordpress.org/support/users/figureone/)
 * (@figureone)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/elementor-shortcode-url-with-parameters-fail/#post-14825177)
 * Did you try the `querystring` attribute in the shortcode?
    [https://github.com/uhm-coe/insert-pages/blob/2d8bac77c3cb3927e100c90130fb70590e1dd344/readme.txt#L132](https://github.com/uhm-coe/insert-pages/blob/2d8bac77c3cb3927e100c90130fb70590e1dd344/readme.txt#L132)
 *  Thread Starter [lidon720608](https://wordpress.org/support/users/lidon720608/)
 * (@lidon720608)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/elementor-shortcode-url-with-parameters-fail/#post-14825874)
 * Yes, I’ve tried, but unfortunately it doesn’t work (insert page success but parameters
   is not)
 * [insert page=’secret-filter’ display=’content’ querystring=’jsf=jet-woo-products-
   grid&tax=product_cat:30,34,operator_AND’]
 * this page “[https://shoppingcountdown.com/secret-filter?jsf=jet-woo-products-grid&tax=product_cat:30,34,operator_AND&#8221](https://shoppingcountdown.com/secret-filter?jsf=jet-woo-products-grid&tax=product_cat:30,34,operator_AND&#8221);
   <= i want it be embedded in another page for some reason
 * this page “[https://shoppingcountdown.com/fb-delete&#8221](https://shoppingcountdown.com/fb-delete&#8221);
   <= used to test embedded success or not
 * please help me~~~
    thank you sooooooooooo much
 *  Plugin Author [Paul Ryan](https://wordpress.org/support/users/figureone/)
 * (@figureone)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/elementor-shortcode-url-with-parameters-fail/#post-14828926)
 * The querystring parameters seems to come through fine when we test. For example,
   this is what `$_REQUEST` looks like using your shortcode:
 *     ```
       Array
       (
           [jsf] => jet-woo-products-grid
           [tax] => product_cat:30,34,operator_AND
       )
       ```
   
 * If you’re using a custom template to parse those querystring values, you may 
   have to use one for the inserted page as well, instead of just the `content` 
   display.
 *  Thread Starter [lidon720608](https://wordpress.org/support/users/lidon720608/)
 * (@lidon720608)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/elementor-shortcode-url-with-parameters-fail/#post-14828944)
 * got it, thank you so much

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

The topic ‘url parameters have some special character’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/insert-pages.svg)
 * [Insert Pages](https://wordpress.org/plugins/insert-pages/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/insert-pages/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/insert-pages/)
 * [Active Topics](https://wordpress.org/support/plugin/insert-pages/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/insert-pages/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/insert-pages/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [lidon720608](https://wordpress.org/support/users/lidon720608/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/elementor-shortcode-url-with-parameters-fail/#post-14828944)
 * Status: resolved