Pass query string from Tablepress cell to WpForms Through PopupMaker
-
So, I have created this page with a simple tablepress table having column of cells with anchor tags that when clicked triggers a popup made in PopUpMaker. The popup opens a form made in WPForms which has a textbox whose default value is set to take a query string passed to it. I want the link in the tablepress cell to pass a query string that will automatically be populated in the text box of WPforms which opens in PopupMaker. The important point to note here is that the link in the table cell is only being used to pass query string, not to go to any new page. I tried a couple of options to do this, but none have been successful so far.
Eg:
<a href="#popmake-4657?company=hello">Express Interest</a> <a href="https://.............../?company=hello">Express Interest</a> <a href="https://w.............../?company=hello">Express Interest</a>
the popup is set to be open on a click trigger
I hope I’ve tried to make the problem clear. It would be great if could help me find a solution.
- The topic ‘Pass query string from Tablepress cell to WpForms Through PopupMaker’ is closed to new replies.