How to Pass One Form Data to another Form in Fluent Forms

preview_player
Показать описание
In this video, I have shown How to pass One form data to another form in fluent form.

Audio Script: You can easily pass the one form data to another form in 4 steps.

First, create the form A

Create the Form B

And add both forms on a different page.

Now you need to map the both form

Open Form A and B together

Go to form A, Click on the Name, go to the advanced option, and copy the name attribute

Do similar things for the rest of the fields.

Now you need to pass the data from Form A using query strings.

Go to Forms A setting, by default, it will be on the same page.

Change it to the custom URL and add the Form B page URL.

This checkbox will also be unmarked.

On there you will find Sample, I will remove all of them and pass only the email field. If you find any difficulty, please comment below, I will reply soon.

Now, I will save the form and go the form A and I will submit the form.

You can see that Form B collected the email from From A.
Рекомендации по теме
Комментарии
Автор

Can I add the second form info the same entry? no need for duplicate entries

toumisuccess
Автор

This video is very good.
I would like to know if it is possible to transfer data to a form within a popup (popform) that will open within the same page.

I would not use Action after Submite / Redirect. And yes Action after Submite / Popup

sandrocalmeida
Автор

Hello! Thank for this video! Also, can we get the data from a specific field on a repeat field? My idea is to provide one form for the company employees data, and that set of fields (name, profession, and other) can be repeated. Then I want to create another form with an auto-field dropdown menu with the names of the employees. Is that possible?

margaridasilva
Автор

Do you know if you can hide the form fields that have data parsed through (so they are not visble to lead) on the second form?

alexandersebastian
Автор

is it possible to pass the query with multiple information in one box (for form B). lets say, form A, they fill data with specification of the item. and form B, they need to fill their information and the specification of the item. But I would like to make it auto fill in a box for form B for specification since they filled it up on the form A.

hafizshukor
Автор

Is it possible to send all data from form a and form b. so I can pass all data from form b to calendly. Essentially, parsing all form data from A and B to calendly. so there would be 3 pages, form a, form b and calendly on another page.

alexandersebastian
Автор

It's really not secure to pass personal info as query parameters, and if you do, and you happen to run facebook ad campaigns - they will first give you a warning and afterwards they will close your account.

assafmanor
Автор

Is it possible to recieve data via query string and print it on page as a text ?

omsingh