Extend MB User Registration Form in Bricks Builder with fields

Support MB User Profile Extend MB User Registration Form in Bricks Builder with fields

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #48376
    Matthias BerndtMatthias Berndt
    Participant

    Hello,

    I'm relatively new to MetaBox and am currently facing the problem that in the registration form I want to integrate into the site with Bricks Builder, I only see the option to customize the predefined fields.

    However, these aren't sufficient for the form, as I need three checkboxes (Terms and Conditions, Privacy Policy, and Terms of Use) and actually many more fields within them. These checkboxes must be activated and, when the registration form is submitted, they should fill in an additional date field and an additional text field for each checkbox in the created user profile, in addition to the designated checkbox field.

    Is this somehow possible with the registration form, or how can I implement it together with MetaBox and Bricks Builder without programming?

    Regards
    Matthias

    #48378
    Matthias BerndtMatthias Berndt
    Participant

    I found out that I can completely expand the form with the ID, but I don't want to include all fields (date and text) and I would like to be able to define that the date field and the text field are automatically filled in via hidden fields or automatic processes.

    #48382
    PeterPeter
    Moderator

    Hello,

    I understand that you want to have some checkbox fields, when a field is checked, it will auto-populate some data into the hidden field.
    There isn't an option to do so, but I suggest you use the action hook rwmb_after_save_field to update a field value after saving all fields.
    Following the documentation https://docs.metabox.io/actions/rwmb-after-save-field/

    Or create some JavaScript code to populate data in the DOM. If you are not familiar with coding, we offer a customization service with an extra fee. Please contact us here for more details https://metabox.io/contact/

    #48386
    Matthias BerndtMatthias Berndt
    Participant

    Hello Peter,

    sorry, but I'm not nearly as deep into MetaBox yet, so I can't really use these instructions yet.

    I also don't want to start with JavaScript, as I got my license hoping to be able to implement my plans without programming. I'm not exactly young anymore, so I can't keep up with programming as well as I should, as there's always something new being added.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.