• Resolved holger099

    (@holger099)


    Hello,

    is there a way to change the form type afterwards (“registration” to “contact”)?

    Or is it possible to remove the “user registration” function?

    I had accidentally started a form with the “Registration form” template, but it is supposed to be a simple form for submitting information (no user creation).

    It is unfortunately a very large form (also with CSS attached via the “id”), so would be time consuming to rebuild.

    Many greetings and thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I was about to respond with something, but I see what you mean. Once a form is created with User Registration, you can’t remove that section. Very strange. Can you export the form and edit the JSON to remove:

    "form-type": "registration",

    and

    "site-registration": "disabled",
    "site-registration-name-field": "text-1",
    "site-registration-title-field": "text-1",
    "site-registration-role-field": "administrator",
    "activation-method": "default",
    "activation-email": "default",
    "registration-username-field": "text-1",
    "registration-email-field": "email-1",
    "registration-password-field": "password-1",
    "registration-role-field": "subscriber",
    "confirmation-page": "2927",
    "automatic-login": "",

    And then you should be able to import the JSON. That’ll remove the “User Registration” menu and keep your form intact.

    Probably an oversite in the development process. Should probably still be addressed in a future update.

    Edit: by “intact” I mean you’ll have a new form with all the values/fields you’ve already created.

    • This reply was modified 3 years, 9 months ago by greenrooster.
    Thread Starter holger099

    (@holger099)

    Great! Thank you!

    I did it right away and it seems to work.

    Best regards,
    Holger

    • This reply was modified 3 years, 9 months ago by holger099.
    Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hey there @holger099, thank you for reaching out.

    I have sent your feedback to the development team, we might include it in the future based on how many people request this feature, however, I can’t provide any ETA or confirm it.

    And @greenrooster thank you for providing a solution on this one.

    If that solution helped, let me know if we can mark this one as resolved.

    Regards,

    Jorge

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the form type (from “registration” to “contact”)’ is closed to new replies.