Massoftind Field Builder
Massoftind Field Builder lets you create reusable field groups and show them on posts, pages, and custom post types — without writing boilerplate meta box code for every project.
Use the visual builder to add fields, set location rules, and configure presentation. Values are stored as post meta and can be rendered in themes with safe PHP helpers.
What you can build
- Text, number, email, URL, date, time, color, and range fields
- Media: image, gallery, file, YouTube video
- Rich content: WYSIWYG, code editor, shortcode
- Choices: select, checkbox, radio, toggle, star rating
- Relations: post object, relationship, taxonomy, user
- Layout: repeater, group, accordion, tabs
Useful features
- Drag-and-drop field builder with search and duplication
- Location rules (post type, template, taxonomy, and more)
- Conditional logic (show/hide fields)
- Import and export field groups as JSON
- Developer panel with copy-ready template examples
- Optional authenticated REST API for field groups and values
- Built-in documentation in wp-admin
- qTranslate-X / qTranslate-XT: Language Switching Buttons on text fields; front-end helpers return the active language
Template helpers
Use functions such as massoftind_fb_get(), massoftind_fb_field(), massoftind_fb_have_rows(), massoftind_fb_image(), and massoftind_fb_the_gallery() in theme templates. See the in-plugin documentation for full examples.
Third-party services
When a YouTube field is used, the admin and front end may load thumbnails or embeds from YouTube (googlevideo.com / i.ytimg.com). Those requests go to Google/YouTube only when such media is configured. Review YouTube Terms of Service if you publish that content.
SVG file uploads are disabled by default. Sites that need SVG media can enable them with the massoftind_fb_allow_svg_uploads filter.
Optional integration
Works alongside Dynamic Content Builder for front-end listings driven by custom fields. Compatible with qTranslate-X / qTranslate-XT for multilingual field values. No other plugins are required.
