Title: Forminator + Profile integration
Last modified: December 19, 2022

---

# Forminator + Profile integration

 *  Resolved [7from1](https://wordpress.org/support/users/7from1/)
 * (@7from1)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/forminator-profile-integration/)
 * Hi, hope this message finds you well I am looking to create a way to include 
   the bio text from the registration form in the user profile. However I am having
   no such luck, can you assist?
 * ![](https://i0.wp.com/www.7from1.com/wp-content/uploads/2022/12/Forminator-Profile-
   integration-1.jpg?ssl=1)
 * ![](https://i0.wp.com/www.7from1.com/wp-content/uploads/2022/12/Forminator-Profile-
   integration-2.jpg?ssl=1)
 * ![](https://i0.wp.com/www.7from1.com/wp-content/uploads/2022/12/Forminator-Profile-
   integration-3.jpg?ssl=1)
    -  This topic was modified 3 years, 7 months ago by [7from1](https://wordpress.org/support/users/7from1/).

Viewing 12 replies - 1 through 12 (of 12 total)

 *  [Kris – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport13/)
 * (@wpmudevsupport13)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/forminator-profile-integration/#post-16306619)
 * Hi [@7from1](https://wordpress.org/support/users/7from1/)
 * I hope you are doing well today.
 * Based on you screenshot it seems you have placed title of “Biographical Info”
   as label. Note this cannot be title of that field but label, which is in case
   is “description”. Please change in Custom User Meta “Biographical Info” to “description”
   and this should help to map that field.
 * Kind Regards,
   Kris
 *  Thread Starter [7from1](https://wordpress.org/support/users/7from1/)
 * (@7from1)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/forminator-profile-integration/#post-16307066)
 * That makes total sense and It worked, thank you!
 *  Thread Starter [7from1](https://wordpress.org/support/users/7from1/)
 * (@7from1)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forminator-profile-integration/#post-16328552)
 * Hello, I have another question. It appears this method works for single fields.
   Any thoughts on how I can place the url Formintor field variable {col-8} on the
   URL field (right side, pm-col-8) ?
 * YouTube (URL) **[**Text URL (pm-url-8[text])**]** **[**Link URL (pm-url-8[url])**]**
 * ![](https://i0.wp.com/www.7from1.com/wp-content/uploads/2022/12/PM-COL-8.jpg?
   ssl=1)
 * ![](https://i0.wp.com/www.7from1.com/wp-content/uploads/2022/12/PM-COL-8-Code.
   jpg?ssl=1)
 *     ```wp-block-code
       <div class="pm-col">
                   <div class="pm-form-field-icon"></div>
                   <div class="pm-field-lable">
                       <label for="pm-url-8">YouTube</label>
                   </div>
                   <div class="pm-field-input pm_user_url ">
                       <input title="" type="text" class="" maxlength="" value="h" id="pm-url-8" name="pm-url-8[text]" placeholder="Link Text">
                       <input title="" type="url" class="" maxlength="" value="h" id="pm-url-8" name="pm-url-8[url]" placeholder="URL">
                       <div class="errortext" style="display:none;"></div>
                   </div>
   
               </div>
       ```
   
 * ![](https://i0.wp.com/www.7from1.com/wp-content/uploads/2022/12/PM-COL-8-Insert.
   jpg?ssl=1)
 *  Plugin Support [Nithin – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport11/)
 * (@wpmudevsupport11)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forminator-profile-integration/#post-16330237)
 * Hi [@7from1](https://wordpress.org/support/users/7from1/),
 * That field doesn’t seem to be part of the default WP fields, so what we could
   comment on by just checking the source code is limited. Which plugin is adding
   those fields?
 * Maybe you could check the following one and see whether it helps:
 *     ```wp-block-code
       pm-url-8[text]
       pm-url-8[url]
       ```
   
 * The screenshot only shows using “pm-url-8”. If the above doesn’t help then you’ll
   have to check on the database side for the correct “meta_key”.
 * If checking DB doesn’t help much, then I’m afraid you’ll have to check with the
   respective plugin support on what would be the correct meta_key.
 * Please do let us know how that goes.
 * Kind Regards,
 * Nithin
 *  Thread Starter [7from1](https://wordpress.org/support/users/7from1/)
 * (@7from1)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forminator-profile-integration/#post-16331136)
 * Of course Nithin, thank you for looking into this, and will keep you posted. 
   If you’re interested, I am using ProfileGrid. Unfortunately, the pm-url-8[url]
   did not work, and will follow your suggestion of contacting them to see if there
   is a way to convert that Text URL field into a single field (or similar):
 * [https://wordpress.org/support/topic/removing-the-text-url-field/](https://wordpress.org/support/topic/removing-the-text-url-field/)
 *  Plugin Support [Nithin – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport11/)
 * (@wpmudevsupport11)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forminator-profile-integration/#post-16334240)
 * Hi [@7from1](https://wordpress.org/support/users/7from1/),
 * Since it’s a 3rd party plugin what we know regarding its workflow is limited,
   however, I gave a quick check and it seems like the Youtube field only consists
   of a Text URL field when tested.
 * Is that the default Youtube field from the plugin added? Maybe I’m missing its
   workflow, so it would be ideal to hear what the respective plugin support has
   to say regarding converting the URL field to a single field as you have stated.
 * Kind Regards,
 * Nithin
 *  Thread Starter [7from1](https://wordpress.org/support/users/7from1/)
 * (@7from1)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forminator-profile-integration/#post-16342015)
 * Noted. I have received a response from the plugin developer: please review the
   link above.
 * Kind Regards,
 *  Plugin Support [Nithin – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport11/)
 * (@wpmudevsupport11)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forminator-profile-integration/#post-16344752)
 * Hi [@7from1](https://wordpress.org/support/users/7from1/),
 * I’m afraid, I don’t see any link you shared in your previous response. Please
   advise.
 * Kind Regards,
 * Nithin
 *  Thread Starter [7from1](https://wordpress.org/support/users/7from1/)
 * (@7from1)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forminator-profile-integration/#post-16350866)
 * Hi Nithin, can you review this link?
 * [https://wordpress.org/support/topic/removing-the-text-url-field/](https://wordpress.org/support/topic/removing-the-text-url-field/)
 * Kind Regards,
 *  Plugin Support [Nebu John – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport14/)
 * (@wpmudevsupport14)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forminator-profile-integration/#post-16353377)
 * Hi [@7from1](https://wordpress.org/support/users/7from1/),
 * I checked the ticket URL mentioned above. I hope the plugin author could help
   with a workaround to create a new field which should help.
 * Kind Regards,
   Nebu John
 *  Thread Starter [7from1](https://wordpress.org/support/users/7from1/)
 * (@7from1)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forminator-profile-integration/#post-16363578)
 * Same here, I’ll keep you posted if they make any changes to their plugin. In 
   the meantime, feel free to review the ticket URL mentioned above
 * Kind regards,
 *  Plugin Support [Nithin – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport11/)
 * (@wpmudevsupport11)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forminator-profile-integration/#post-16370029)
 * HI [@7from1](https://wordpress.org/support/users/7from1/),
 * > In the meantime, feel free to review the ticket URL mentioned above
 * I’m afraid, what we could comment on is limited as the query is more specific
   to the mentioned plugin.
 * However, the plugin does provide the option to add new Text fields. Maybe use
   the Text field instead of the URL field?
 * Doesn’t adding it as a text field help? I do see it does provide user_meta_key
   for text fields when added so maybe you could try that out?
 * Please do note that I haven’t fully tested the ProfileGrid plugin out and I’m
   not fully versed with the workflow of the plugin, so I could be missing out on
   how it works. What I mentioned is more of a suggestion.
 * Kind Regards,
 * Nithin

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Forminator + Profile integration’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

## Tags

 * [Registration](https://wordpress.org/support/topic-tag/registration/)

 * 12 replies
 * 4 participants
 * Last reply from: [Nithin – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport11/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/forminator-profile-integration/#post-16370029)
 * Status: resolved