Simple Membership Plugin › Forums › Simple Membership Plugin › Form Builder Addon Questions
Tagged: form builder addon
- This topic has 4 replies, 4 voices, and was last updated 7 years ago by
admin.
-
AuthorPosts
-
April 6, 2019 at 1:47 am #17819
Ian B
Participant1) I would like to require basic information for a free user, but when a paid upgrade is initiated, require more information from the user. Is that possible & what would that process look like?
2) Is it possible to direct people into a specific membership level depending on what information gets input into the registration form? For example, they input a specific Country into the form when signing up and that will place them into specific membership level.
3) Are conditional fields possible? For example, an input is entered which requires the user to then fill out another field.
4) If I create a new field, where would I be able to retrieve that information within the code? For example, they will input an API key that I will need to use to verify in some other process. I have found this page: https://simple-membership-plugin.com/simple-membership-miscellaneous-php-tweaks/ which is helpful and looks like this would be similar to what I would need to use:
–
$field_name = ‘last_name’;
$lname_value = SwpmMemberUtils::get_member_field_by_id($member_id, $field_name);
–
but where would I find out what the ‘$field_name’ is for the custom field that I am adding?Thank you.
April 6, 2019 at 9:12 am #17822mbrsolution
ModeratorHi, for premium addons please create a premium addon support ticket.
Thank you
April 9, 2019 at 1:13 am #17831Ian B
ParticipantYes, I am inquiring about the product abilities before I purchase. Are you not able to answer questions 1-3 before I buy? Thanks
April 9, 2019 at 5:01 am #17834The Assurer
Moderator- Yes, you can have a different registration form, for each membership level.
https://simple-membership-plugin.com/simple-membership-registration-form-shortcode-generator/
- No. But you can redirect members to different pages, after they have logged in, based upon their membership level.
https://simple-membership-plugin.com/configure-login-redirection-members/
Note: You might be able to hack the redirection, to get the result that you described.
- No.
- Yes. You can retrieve custom field values.
April 9, 2019 at 10:05 am #17835admin
Keymaster1) You can have the additional questions in the “Edit Profile” for the membership level in question. After the paid upgrade, the members can go to their edit profile page and update/add the additional data
2) This will need customization work.
- Yes, you can have a different registration form, for each membership level.
-
AuthorPosts
- You must be logged in to reply to this topic.