Skip Navigation

[Resolved] Split: The js code or CSS in the toolset for doesn't reflect in the form

This support ticket is created 4 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by salimA 4 years ago.

Assisted by: Waqar.

Author
Posts
#1833995

Many thanks Waqar, for your support. It works fine now.
Also, we have another question

We want to pass a value through URL from the external webpage to the toolset form page, but WordPress did not recognize it as a value. It deals with it as a full URL page and the page did not open.

for example,
hidden link ( the redirected WordPress page)
after passing the value it should be like " //www.test.com/test-form/?lang=en?111098". And the page must be open
But we get
hidden link with the error "page not found"

#1834017

Hi,

The correct format to pass some values through URL parameters looks like this:


<em><u>hidden link</u></em>

Please note how each URL parameter name and value is joined through the "&".

This means that the correct format to pass a value "111098" in your form page's URL would be:


<em><u>hidden link</u></em>

You can replace "param" with any name.

I hope this helps and please let me know if you need any further assistance around this.

regards,
Waqar

#1835165

Hi Waqar,

It works now. Thank you for your support.