subscription with three different price options
Posted: Mon Jul 12, 2021 7:29 pm
Hi, what form should I use if I'm offering a membership subscription with three different price options (3 different fees)? I'm using PayPal.
WYSIWYG Web Builder
http://forum.wysiwygwebbuilder.com/
Does wysiwygg or paypal have a form?MGD4me wrote: Mon Jul 12, 2021 8:18 pm Try this free script from PHPJabbers... Of course, your web server needs to support PHP in order to run the script.
See: https://www.phpjabbers.com/free-pricing ... nt-script/
stevieb wrote: Mon Jul 12, 2021 8:27 pmDoes wysiwygg or paypal have a form? I need a script for an annual subscriptionMGD4me wrote: Mon Jul 12, 2021 8:18 pm Try this free script from PHPJabbers... Of course, your web server needs to support PHP in order to run the script.
See: https://www.phpjabbers.com/free-pricing ... nt-script/
I need a annual membership subscription form that does the following actions: a choice of one out of three price plans ($35 55 or 75) for one year also the customer's info (name, address, phone, etc.) also a comment box where the customer can input additional info.stevieb wrote: Mon Jul 12, 2021 8:30 pmstevieb wrote: Mon Jul 12, 2021 8:27 pmDoes wysiwygg or paypal have a form? I need a script for an annual subscriptionMGD4me wrote: Mon Jul 12, 2021 8:18 pm Try this free script from PHPJabbers... Of course, your web server needs to support PHP in order to run the script.
See: https://www.phpjabbers.com/free-pricing ... nt-script/
Somehow, I think that part is just the tip of the iceberg...I need a annual membership subscription form that does the following actions: a choice of one out of three price plans ($35 55 or 75) for one year also the customer's info (name, address, phone, etc.) also a comment box where the customer can input additional info.
thank youMGD4me wrote: Mon Jul 12, 2021 10:13 pmSomehow, I think that part is just the tip of the iceberg...I need a annual membership subscription form that does the following actions: a choice of one out of three price plans ($35 55 or 75) for one year also the customer's info (name, address, phone, etc.) also a comment box where the customer can input additional info.
You can use WWB's built-in "form wizard" to enter, and collect the details you need. Store the results in an SQL database, for example. But, now what?
I'm sure you are going to want to review the stored data which will be accumulated over a period of days, or weeks, as membership renewals are received sporadically. Maybe you will need a "checklist" generated to see who hasn't paid, etc. And finally, a way to send a friendly "reminder" message to those who haven't paid after a certain "cut-off date".
If you have some basic scripting knowledge, this is quite possible, but everyone's "need" is always somewhat different. I suspect some custom coding will be required. The Subscription form is just one part.
Yes and Yes. There is a PayPal Subscription button under Toolbox--> PayPal e-commerce. You can set the amount you wish to be collected as well as offering a trial and repeat subscription. You should also be able to add more than one so to be able to collect different amounts.Does wysiwygg or paypal have a form?