Skip Navigation

[Resolved] How can I put a form in a popup?

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.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 4 replies, has 2 voices.

Last updated by Minesh 10 months ago.

Assisted by: Minesh.

Author
Posts
#2680746

How can I put a form in a popup? I'm currently using Thrive Architect to create popups.

#2680784

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

You can display a form using the Toolset form's shortcode:

[cred_form form="99999"]

Where:
- Replace 99999 is the your form ID

More info:
- https://toolset.com/documentation/programmer-reference/forms/cred-shortcodes/#cred_form

#2680913
popup.png
Address field auto-complete.png

The shortcode works except the address field is missing the auto-complete feature in the popup (see image). Any idea why?

#2680967

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Do you see any Javascript/jQuery errors on your browser's console?

Can I have problem URL where I can see the issue as well as admin access details.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#2681370

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Can you please check now: hidden link

To your form's CSS editor:
- hidden link

I've added the following custom CSS:

.pac-container{ z-index:999999 !important; }

Can you please confirm it works as expected now.

#2681435

Thanks!