• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Search results

  1. alexco888

    How to embed a Popup Checkout Page on a Next.js application (React)

    By the way, I forgot to mention that I needed to create as well in the app directory a new file: global.d.ts with the following code (due to Typescript): // global.d.ts export {}; declare global { interface Window { open_center_popup: (url: string) => void; } }
  2. alexco888

    How to add new different values (in different columns) in the same row with Google Sheets?

    Thank you very much for your support! :D I already fixed it with your provided information!! :)
  3. alexco888

    How to add new different values (in different columns) in the same row with Google Sheets?

    Hi! I hope you are great. I am using Ecwid (the trigger is: New Order) for the action "Create a Row on Google Sheets". I want to add the email information, the purchase date and the specified date of attendance (I am selling workshops). I am able to create a new Row with the email information...
  4. alexco888

    How to embed a Popup Checkout Page on a Next.js application (React)

    The provided information did not work since I am working with Next.js and not traditional HTML (like Wordpress). Nevertheless, I found how to implement Pabbly Embedded Popup Checkout Pages. I share my solution in case this help to somebody else in the forum :). I am using Next.js 14 with...
  5. alexco888

    How to embed a Popup Checkout Page on a Next.js application (React)

    Hi! I hope you are great! :) I just found this information about how to embed a Checkout Page with traditional HTML: https://forum.pabbly.com/threads/embedding-a-popup-checkout-page-within-your-website-button-a-step-by-step-guide.12097/ Can somebody in here help me understand how to do that in...
Top