vedsriram
Forum Replies Created
-
while using stripe, the form have the “add billing” button, if we click the button then it load the card detail form inside the iframe from stripe. Acording to image we get the payment details in our form and we need like nested forms. Once we click the submit then registration is started. Actually I want payment first and then registration next.
In paypal I am not seen any option to get the card details from the form.
Thanks KTS915 for reply, I am using s2member pro version. I want the payment page like in the image.
According to design, first I sholud complete the payment then register the user. But payment details and registration are in same page and on single submit button. Usally payment and registration are two different forms.The stripe-checkout-form.php have the registration detail and payment details. But in this page payment details are get from iframe loaded from stripe. As per the design I want payment details with signup form and process the both. HereMy problems:
1. I want completed the payment and register the user with single form. I don’t know how to handle these things with backend of s2member and how to create the user with s2membre.
2. I didn’t see any form like getting card details for paypal. As per the image, I want to do that also.Pls put the correct code