By Ignacio on Monday, 02 April 2018
Posted in General Issues
Replies 8
Likes 0
Views 619
Votes 0
Hello,

I would like to use payplans to submit a form after payment.

The form contains mostly text fields that are to be filled by the user. I think this can be done via the subscription detail app. BUT, i also need the user to upload a photo. how can I achieve this?

Thank you!
Hello,

Subscription details will be asked on invoice checkout page and it will be saved immediately when user click on checkout button
before payment process page.(whether payment is completed or not). For upload photo need to do some customization in subscription detail app as media upload not supported in subscription detail app.

If you requirement is to save the detail after payment only then let me know so i can check for the possibility for this.
Update me.
·
Monday, 02 April 2018 12:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for you response,

It it possible ti load a joomla module in the subscription detail app?
·
Monday, 02 April 2018 13:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ignacio,

As of now it's not possible to load joomla module into subscription details app itself.
Let me know if you have any query.
·
Monday, 02 April 2018 13:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Manisha,

Ok, now I'm trying to make some of the fields on the subscription details app "required" so that the form isn't submitted until the user fills in some data.

I've added
JHtml::_('behavior.formvalidator');
to
default_confirm.php

and in the subscription details app
<form class="form-validate">

and in the field itself
required="true"
and
class="required"


I also added a new submit button
<button type="submit" class="validate">Submit form</button>


with no success.... =(


The fields look required with the * and a red color when empty. but the form gets submitted and the user sent to the payment process page

Could you please give me some guidance.


thank you!
·
Wednesday, 04 April 2018 15:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ignacio,

Please update me with your site's admin details, i need to check the subscription details app parameters.
So i'll be able to check this issue.
·
Wednesday, 04 April 2018 16:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Will try by my self, thank you!!
·
Saturday, 28 April 2018 01:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, let me know if you need any help on this.
·
Saturday, 28 April 2018 12:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post