Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[POC] Registration workflow #5

Open
pokhiii opened this issue May 22, 2024 · 2 comments
Open

[POC] Registration workflow #5

pokhiii opened this issue May 22, 2024 · 2 comments
Assignees

Comments

@pokhiii
Copy link
Member

pokhiii commented May 22, 2024

Challenges faced on the CiviCRM platform on the Registration flow.

  1. Create a new Form for user registration
  2. CiviCRM doesn't allow the addition of Individual and Institutional details on the same form.
  3. Unable to find how to implement the origin of the source in the form.
  4. Add a type of contact (whether it is a volunteer or a shareholder).
  5. Unable to figure out how to show and hide fields or sections in the form.
  6. Addition of new Role
    • Change the role permission
    • Addition of new permission
  7. Email Functionality
    • Setup the Email Functionality
    • Customize email template
    • Trigger Successfully registered email to the user after submitting the registration form.
@shubtiwari
Copy link

Registration Form

Steps

  1. Create a registration form for Individual
  2. Create a registration form for Institutional
  3. Add a dropdown with the value of ( Individual and Institutional )
  4. Create a page and add both the Form to the page

if the selected contact type is Individual
then show Field User Name

if the selected contact type is Institutional
then show Field Organization Name

@shubtiwari
Copy link

Unable to find how to implement the origin of the source in the form

  1. Look for an extension in the CiviCRM - (Extension Store).
  2. Build an extension (A CiviCRM extension for tracking and saving the source of from submission).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants