Forum Replies Created
-
AuthorPosts
-
@mindspark
Participantthank you!
@mindspark
ParticipantHi 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!
@mindspark
ParticipantHi 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?
@mindspark
Participantthanks! that's easy - and thanks for building in those parameters!
@mindspark
ParticipantYour 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'@mindspark
ParticipantThanks Anh!
got it to work perfectly!
@mindspark
Participantthanks!
@mindspark
ParticipantI figured it out! For others looking for the answer, see below:
In order to allow a tooltip to accept HTML, do this -
- Go to Custom Attributes and create a new Tooltip
Field > Custom Attributes
Key = tooltip
Value = Tooltip text. <add your HTML>- Then add a new custom attribute below the first tooltip attribute like this
Key = allow_html
Value = trueBy adding the second attribute for "allow_html = true" then Tooltips will now accept HTML.
@mindspark
Participantthanks!
@mindspark
Participantwhere do I add this code?
@mindspark
ParticipantI 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!
@mindspark
ParticipantHi 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!
June 27, 2020 at 9:23 PM in reply to: ✅Forcing Field Values Based on Other Field Entries - Dynamic Population #20543@mindspark
Participantawesome 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!
@mindspark
Participantthank you for the clarification!
@mindspark
Participantthe 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!
-
AuthorPosts