Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 73 total)
  • Author
    Posts
  • in reply to: Tooltip Display Content #28161
    @mindspark@mindspark
    Participant

    thank you!

    in reply to: Adding New Profile Fields on Backend #28160
    @mindspark@mindspark
    Participant

    Hi Long -

    Regarding item #1 above - thanks for adding this! As you know the backend for the User profile is messy and contains many unnecessary fields. But having the ability to add new profile fields directly in the backend when creating new users would be great!

    Regarding item #2 above - I actually found a good example for adding taxonomies to User Roles. it's a bit long, but it works, and it saves the meta in the db. I'm happy to share if you think it helpful.

    Have a great day!

    in reply to: Displaying Time Format for date mm-dd-yy #28159
    @mindspark@mindspark
    Participant

    Hi again Long -

    my problem is that I was adding the date/dateFormat key in the field Custom Settings. I have never seen the Date Picker Settings option. Made the change and works perfectly now!

    Suggestion - since most of the custom field options are under the Advanced Setting tab inside of MB, perhaps you might consider placing all of the fields to customize format in the same place, and maybe also update the KB on this topic to clearly show WHERE to add the format keys in the builder vs code?

    in reply to: Changing default title of relationships box #28109
    @mindspark@mindspark
    Participant

    thanks! that's easy - and thanks for building in those parameters!

    in reply to: Changing default title of relationships box #28098
    @mindspark@mindspark
    Participant

    Your code example isolates the type of relationship (posts to posts, terms to posts, etc). But what if I wanted to isolate by specific relationship?

    Example, I have many 'post to post' relationships, but I need the 'Connect to/from' box to have a different title for each relationship.

    Like this -

    (post to post relationship #1) Events to Venues => from 'Connected to' to 'Linked Venues'
    (post to post relationship #2) Venues to Work Zones => from 'Connected to' to 'Assigned Work Zones'

    in reply to: Using MB custom fields to create CPT title #28071
    @mindspark@mindspark
    Participant

    Thanks Anh!

    got it to work perfectly!

    in reply to: Using MB in a custom plugin #22157
    @mindspark@mindspark
    Participant

    thanks!

    in reply to: Tooltip Display Content #21354
    @mindspark@mindspark
    Participant

    I figured it out! For others looking for the answer, see below:

    In order to allow a tooltip to accept HTML, do this -

    1. Go to Custom Attributes and create a new Tooltip

    Field > Custom Attributes

    Key = tooltip
    Value = Tooltip text. <add your HTML>

    1. Then add a new custom attribute below the first tooltip attribute like this

    Key = allow_html
    Value = true

    By adding the second attribute for "allow_html = true" then Tooltips will now accept HTML.

    in reply to: Multi-Step Forms #21232
    @mindspark@mindspark
    Participant

    thanks!

    in reply to: Multi-Step Forms #21199
    @mindspark@mindspark
    Participant

    where do I add this code?

    in reply to: Conditional Redirect After Submitting MB Form #21198
    @mindspark@mindspark
    Participant

    I thought of your suggestion, but there are about 75-90 total fields needed between the two situations. And when they are all loaded into a single field group, then it loads very slowly on the backed.

    until you can implement this feature, I may display the first form using Gravity Forms, since they have that kind of conditional redirect built into the plugin.

    thanks!

    in reply to: Multi-Step Forms #21185
    @mindspark@mindspark
    Participant

    Hi Long -

    I've implemented your suggestion and it works - kind of. here is the form: https://siteview.dev/caps/package-input/

    I used groups and added conditional logic so the user only sees one group of questions at one time. I'm using Button group for the 'Next' and 'Back' buttons at the end of each section.

    but here is an issue -

    say a user completes section 1 and moves to section 2. but if they want to go back to section and change an answer, then we have a problem. by going backward using a 'back' button, the previous section Next button is still marked from before. So there is no way to go forward again.

    if you play with my form a little you can see what I'm taking about.

    is there a way to deselect a button when going backwards?

    thanks!

    @mindspark@mindspark
    Participant

    awesome thanks! I know MB isn't really a 'forms' plugin, but in my case, I'm building out extensive custom fields for a CPT. There are about 178 custom fields.

    So in this case, having dynamic population and/or setting field values based on previous field values helps to simplify the form completion.

    thanks again for adding to your list of suggested ideas!

    in reply to: Updating default registration fields #20542
    @mindspark@mindspark
    Participant

    thank you for the clarification!

    in reply to: Updating default registration fields #20515
    @mindspark@mindspark
    Participant

    the part I don't understand is what field type/id do I use in the MB User Profile form?

    Does the email field available in the MB Profile builder automatically replace the default email for the user? I don't think it does.

    Please advise and thanks!

Viewing 15 posts - 16 through 30 (of 73 total)