By Garrett on Saturday, 15 February 2020
Posted in General Issues
Replies 11
Likes 0
Views 0.9K
Votes 0
Here is the info you have on Payplans Quick Registration.
https://stackideas.com/docs/payplans/administrators/registration/quick-registration

Can you tell me if there is a way to change the fields that show up in the registration form?
Like if I needed a bit more information from the users during registration.

Thanks
Hey Garrett,

I am really sorry for the delayed response.

Can you tell me if there is a way to change the fields that show up in the registration form?

If you want to ask additional details from user then using PayPlans User Custom details you can achieve this. Because to change existing PayPlans Quick Registration , it will require significant changes in core files. So i would prefer you to use Custom Details.
Refer below mentioned document for more details.
https://stackideas.com/docs/payplans/administrators/users/custom-details

Let me know if you have any query.
·
Monday, 17 February 2020 12:08
·
0 Likes
·
0 Votes
·
0 Comments
·
When I create a "Custom Details" it is telling me that "Joomla Code Mirror Editor plugin is disabled. Please enable it to Configure Custom Details. "

I have Code Mirror enabled and I checked on EasyBlog with editing a template and it shows up with Code Mirror just fine.
https://monosnap.com/file/aaQ3Zib1o58wlE4h1IPlYi1nOvQve7

Here is the error:
https://monosnap.com/file/VLKrAc2LL9lbfXCVYr6OtKdZUGu39T
·
Tuesday, 18 February 2020 02:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Garrett,

Sorry for inconvenience.

This is known issue and this issue has been fixed internally and we have plans to release PayPlans 4.1.2 soon.
Can you download the attached file and upload it into /administrator/components/com_payplans/views/user/

Update us with response.
·
Tuesday, 18 February 2020 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Great Thanks. Is there a way to make the fields required?
Thanks
·
Thursday, 20 February 2020 06:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Garret,

To make these fields required you need use class="required" in field.
Let me know if you have any query.
·
Thursday, 20 February 2020 11:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you tell me how to set up a list where I have a non-value option of "Select one"? This is what I did. Not sure if it is right but it does not seem to work.

<field name = "education" type = "list" label = "Education" class="required">
<option value = ""> Select One </option>
<option value = "0"> Option 1 </option>
<option value = "1"> Option 2 </option>
</field>

The above code will use the "Select One" and pass it as a value. It will not trigger the "required" action and prevent the form from submitting. Also, it messes with the formatting. The label drops down into the field on the top of the option. You can see here:
https://monosnap.com/file/dk5f57LGRQeJdXQHCTD4Po1U3UiIHx

Thanks!
·
Friday, 21 February 2020 00:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey,

I've tried to connect with your site backend and ftp but bothe details are not working.
Please provide us with correct details, so i'll check this issue further.
·
Friday, 21 February 2020 11:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok Those have been updated. I added the link to the payment page.

Thanks
·
Saturday, 22 February 2020 05:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Garrett,

I am sorry for the delayed response.

I am able to replicate the issue locally as well as. I've logged this into issue tracker.
For now, use list as shown below

<field name= "reference" type = "list" label = "Reference" class="form-control" required="required">
<option value = "0"> Website </option>
<option value = "1"> Newsletter </option>
<option value = "2"> Online Advertisement </option>
<option value = "3"> TV Ad </option>
</field>


Thank you for understanding !
·
Monday, 24 February 2020 14:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Karanveer,
Can you tell me the progress on this? I thought that maybe this fix was going to be in the next version of Playplans but it was not included.

Just iterate again on this issue: How do you make a "Select One" option? Then require the user to make a selection.

Is it this?
<option value = ""> Select One </option>
This one seems to break it.


Or is it this?
<option value = "0"> Select One </option>
This one just makes "Select One" the value and gets logged into the system that way.

Thanks
·
Tuesday, 24 March 2020 22:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Garret,

Yes, this fix will include in upcoming release.
We fixed it internally and it's in testing. Once tested properly i'll update the fix at your site.

Is it this?
<option value = ""> Select One </option>
This one seems to break it.
Yes, this breaks. We fixed this one also.

Or is it this?
<option value = "0"> Select One </option>
This one just makes "Select One" the value and gets logged into the system that way.

For this please refer the solution i've mentioned in previous reply on below mentioned link.
https://stackideas.com/forums/custom-quick-registration#reply-494472

Thank you for understanding !
·
Wednesday, 25 March 2020 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post