Skip to main content

FluentBooking - Redirect

Wondering if there is a bit more information about how to use the redirect url

In the documention it says:

"Alternatively, you can check the “Pass Field Data Via Query String” option and simply add the shortcode. The data will then be passed with the URL link according to the shortcode you have placed."

I understand how the query strings work in terms of them appearing in the URL link and that they can be used to pass data, but I'm confused about what shortcode to use and also if it's possible at all for the URL to use the custom information.

Taylor Drayson

Do you have a screenshot where you see this?

Janice Bennett

What I am curious about is if I can use a page to be able to create a custom confirmation using the pass through data without having to do any PHP or backend coding?

Taylor Drayson

Janice Bennett You can parse any data you want via the URL params. Then you would need to fetch them in the confirmation and display them how you'd like.

How it looks and what data you can see will be limited to what you use to build the site and what capabilities it has.

All the data is there available, however it may not be 100% accurate since some fields require formatting and that is done via PHP