User Extra Fields
User Extra Fields

User Extra Fields

Extra Fields, Extra Fields , Fixed An, Fixed An Issue, An Issue, Option To, Minor Bugfix, Option

  • Uploaded : 23rd April 2023
  • Views : 250
Overview :

WordPress User Extra Field plugin enhances your WordPress installation by allowing you to associate extra user profile fields for registered users. Fields can be optionally shown on the register page, account page, and more!Wordpress User Extra Field plugin is also WooCommerce, BuddyPress, and WPML compatible! LIVE DEMO (WooCommerce and BuddyPress)https://www.codecanyondemo.work/wpuef/user: demopass: demoLIVE DEMO (WordPress and Theme My Login)https://www.codecanyondemo.work/wpuef_wp/user: demopass: demoHow to automatically update the pluginTo receive automatic updates just install and configure the Envato updater plugin: httpss://goo.gl/pkJS33 .The official guide that explains how to configure it can be found at the following link: httpss://envato.com/market-plugin .CUSTOMIZE REGISTER PAGEWordPress User Extra Field lets the site admin easily add new fields to the user registration page. This can bedone using a nice visual composer. Fields that can be added are:FileTextTextareaNumberEmailSite urlDateTimeMultiple choiceSingle choiceDropdown menuCoutry & state (available only for WooCommerce. State field can be optionally hidden)All fields can be optionally set as mandatory during registration. Furthermore, for the Date and Timefields, the plugin uses nice calendar and time jquery components to help users in selecting the right values.FILE UPLOADYour users/customers are able to attach files to their profiles!This can be done during the registration process or even during the WooCommerce checkout process!Site admin can also limit file size and file types allowed to upload. Any file of any size can be uploaded! Give it a try on the demo site! Visibility according user roleWould you like to show extra fields only for some user roles? you can! just enable the special option while configuring the field!USER PROFILE EDIT PAGEWPUEF extends the user profile page adding the extra fields created. In this way,every user (or site admin) can edit his info.DISPLAY FIELDS IN USERS TABLE / WOOCOMMERCE CUSTOMERS MANAGER TABLEFor each fiend is also possible to show its content directly in the embedded Users table and in the WooCommerce Customer Manager customers table, each field in its own column.WPML COMPATIBLEWPUEF is wpml compatible. Create as many fields as you want, then translate labels and descriptionusing the WPML -> String translation menuWOOCOMMERCE COMPATIBLEWPUEF supports WooCommerce. Automatically adds an extra field on the registration (optionally can be hidden).Your customers, by default, will be able to edit extra fields on their “My Account” page but, optionally, the Shop admin can configureevery field to be editable only in the “Shipping Address” or “Billing Address” edit pages!Furthermore, the Shop admin can also trace this extra info directly on the backend order details page.In fact, WPUEF adds a new meta box containing the extra user fields box next to the customer info box. In this way, you canhave all the user and order info under control in one place!In addition, every extra field can be optionally (or ONLY) displayed and edited also on the Checkout page. This can be usefulduring user registration on the checkout step. Note however that Extra fields will not be shown if the guest checkout option is enabled. In this case, fields will be automatically displayed only if the ‘create account’ checkbox is checked by the user.The admin can also display two custom HTML snippets before and after the checkout extra fields form. Go to Settings -> Extra fields menu to configure those fields.WOOCOMMERCE COPY EXTRA FIELDS CONTENT AS ORDER CUSTOM FIELDSFields content can be optionally copied to order meta as custom fields. To do that the Shop admin has to enable the visible during the Checkout process and the Save as order extra field options for the fields he needs. In this way, after the order is placed, field contents are copied to order meta as custom fields. Extra order field values are shown under the Billing details and can be edited and deleted using thenative WordPress Custom fields meta box.In the case of files, they will be deleted on order delete or if the custom field containing the file path is deleted.In this way, each order will store the content of the extra field submitted by the user during the checkout process independently of the actual values stored in the user profile!WOOCOMMERCE FIELDS OVERWRITEWPUEF gives you the possibility to store field content in the default WooCommerce billing and shipping fields. All the fields can be overwritten.To overwrite a field you have just to create a new text/country & state field (or email field in case you would like to overwrite the billing email address field) and then on the overwrite options selection select in which field the contenthas to be stored.You can optionally assign to the Billing name, Shipping name, and user first name (the same thing can be done for the last name) the same value. Just select one of the Multiple overwrite options in the dropdown menu.WOOCOMMERCE EMAILS SUPPORTOptionally, all the user’s extra fields can be reported directly into the WooCommerce emails, in thisway you can keep an eye on all the user extra info at once!WOOCOMMERCE FIELD ROW SIZEYou can optionally set field row size: half-size (left/right) or full-width size! NOTE: this option cannot be applied to the “Country & State” and “Title” fields. It will have a full-width size.Title fieldTitle fields are separators that can be used to separate fields in the register form. The title can be customized using the following options:tag to use: label, h1, h2, h3, h4, h5, h6custom margincustom classesPASSWORD OVERWRITE AND WEAK PASSWORD USAGEOptionally you can overwrite the password field too. This can be useful if you want to allow weak password usage. Enabling this special option your customers will be able to register (and reset their password on the woocommerce reset password page) using any password, the plugin will override the default woocommerce password weakness check.This special field will be visible ONLY on the register page, checkout register form, and optionally on the My account page.BUDDYPRESS COMPATIBLEWPUEF is BuddyPress compatible. This means that fields are automatically added to the user register page (optionally can be hidden to be displayed on that page) andwill be publicly viable in the user profile. Every user can edit those extra fields using their own edit profile page.FIELDS CAN BE EDITABLE ONLY BY ADMINShop admin can choose to create fields to be editable only by him and visible on the user profile pageCUSTOM FORM SHORTCODEWPUEF allows you to render custom forms with the selected extra fields on any page supporting WordPress shortcode system. To that use the [wpuef_extra_fields_custom_form field_ids=”“] where the field_ids parameter specifies the id of the fields that will be displayed. Ex.: [wpuef_extra_fields_custom_form field_ids=”c2,c5,c6,c18,c20”]WORDPRESS FIREST AND LAST NAME FIELDS OVERWRITEWPUEF gives you the possibility to store text field content in the default Name and Lastname WordPress fields. To that, you have just to create a text field and then check the First/Last name overwrite option. Show field value shortcodeWould you like to display a field value for the current or a particular user? You can just using the [wpuef_show_field_value field_id=”” user_id=”“] shortcode.A “field_id” must be specified and optionally can also specify a “user_id” parameter. The “user_id” will let you display a field value for a particular user, if left empty will show the field value for the current user.You can also automatically generate html links using the field content. For example, using a field with id c2:[wpuef_show_field_value field_id="myportalcode-heading"]Test link[/wpuef_show_field_value]You can also use html code like:[wpuef_show_field_value field_id="myportalcode-heading"]exampleTest[/wpuef_show_field_value]Display image shortcodeFor file fields, you can show the uploaded image just using the [wpuef_display_image field_id=”“]. Where the field_id is the file field id for which you want to display the image. Optionally you can be passed as parameters the width and the height. For example:[wpuef_display_image field_id="myportalcode-heading" width="300" height="200"]RETRIEVE AND SAVE FIELDS DATA PROGRAMMATICALLYWPUEF exposes two functions:wpuef_get_field($field_id, $user_id = null). The function will return an object containing all the field data (label, values, etc.). To know the object structure you can user the special wpuef_var_dump() function as follow:$result = wpuef_get_field('c13', 16669);var_dump($result); The result will be:object(stdClass)#803 (7) { ["label"]=> string(6) "My custom dropdown field" ["field_type"]=> string( 8 ) "dropdown" ["required"]=> bool(false) ["field_options"]=> object(stdClass)#807 (2) { ["options"]=> array(3) { [0]=> object(stdClass)#782 (2) { ["label"]=> string(2) "Label string for option 1" ["checked"]=> bool(false) } [1]=> object(stdClass)#757 (2) { ["label"]=> string(2) "Label string for option 2" ["checked"]=> bool(false) } [2]=> object(stdClass)#758 (2) { ["label"]=> string(2) "Label string for option 3" ["checked"]=> bool(false) } } ["include_blank_option"]=> bool(false) } ["cid"]=> string(2) "c6" ["woocommerce_edit_on_my_account_page"]=> bool(true) ["value"]=> string(1) "1" }To get the specific user selected value, use the “value” variable. Example:$result = wpuef_get_field('c13', 16669);var_dump($result->value); //Will print the user selected value for that field.wpuef_set_field($field_id, $value, $user_id = null)that lets you read/save a field in your theme or plugin (field id value can be read in the visual editor after field creation).

KEEPS YOUR SERVER CLEANOn user deletion, every file attached is deleted too.NOTE ON IMPORT/EXPORT USER EXTRA FIELD VALUES VIA CSVThe plugin hasn’t any feature to import/export via CSV field values associated with users. For that you have to use the following plugin: WooCommerce Customers Manager.


Top active searches related to

VISUAL COMPOSERCreate and edit all the fields you wantREGISTRATION PAGERegistration page example (using “Theme my login” plugin that allows to use the site theme for the registration page instead of the default one)Example using the default WordPress pageMY ACCOUNT EDIT PAGE (FRONTEND)WOOCOMMERCE REGISTRATION PAGEWOOCOMMERCE EDIT ACCOUNT PAGE (FRONTEND)WOOCOMMERCE ORDER DETAIL PAGE (ADMIN)Extra field displayed on the checkout pageBUDDYPRESS USER PROFILE PAGECUSTOM FORMOPTIONS TO overwrite FIRST AND LAST NAME WORDPRESS FIELDSEXTRA FIELDS CAN BE COPIED TO ORDER METAWPML TRANSLATION STRING PAGE WITH WPUEF DATACHANGE LOG= 16.3 - 19.12.22 =* Minor bugfix * Added the option to save the template files on the child directory "wpuef" on the theme folder= 16.2 - 31.08.22 =* Minor bugfix= 16.1 - 28.08.22 =* Minor bugfix= 16.0 - 15.03.22 =* Fixed some texts that were not properly displayed in the options menu= 15.9 - 17.01.22 =* Upload process improved= 15.8 - 23.11.21 =* Minor bugfix= 15.7 - 11.11.21 =* Fixed an issue that prevented fields to be properly displayed on the checkout in case of guest checkout was disabled= 15.6 - 27.10.21 =* Minor improvements= 15.5 - 22.10.21 =* Bugfix= 15.4 - 14.07.21 =* Fixed a javascript issue that in some cases might prevent the configurator page to be properly rendered= 15.3 - 26.05.21 =* Code redesign= 15.2 - 26.10.20 =* Fixed an issue that prevented the "WooCommerce Customers Manager" user details page to be properly displayed= 15.1 - 01.10.20 =* Fixed an issue with the checkbox default value management= 15.0 - 14.08.20 =* Fixed an issue related to WordPress 5.5 and jQuery= 14.9 - 15.07.20 =* Improved BuddyPress compatibility= 14.8 - 05.05.20 =* Fixed a minor issue related to the default value selection for radio fields= 14.7 - 09.01.20 =* Each form field has now its own id. The format is "wpuef_field_{field_id}". The field container (if any) has the following format "wpuef-row-{field_id}" = 14.6 - 02.12.19 =* Removed the [wpuef] prefix when displaying order extra fields= 14.5 - 23.11.19 =* Minor improvement= 14.4 - 14.10.19 =* Fixed an issue related to the registration form and Divi Theme= 14.3 - 09.09.19 =* Added option to hide user extra fields are on WooCommerce admin order

Searches related to:
Show Full Overview

Click To View All

Comments :
  • menna
    Sunday 05th May 2024

    " https://workupload.com/file/SRyYayKFXu8
    https://www.udrop.com/84n6/userextrafields-163.rar
    https://pixeldrain.com/u/rUpHqNgD
    https://www.mirrored.to/files/1GXFARXU/userextrafields-163.rar_links
    https://mirrorace.org/m/19rys
    https://krakenfiles.com/view/ioTFks52JQ/file.html
    https://hxfile.co/i7eprkt6iyzq
    https://gofile.io/d/DwcCU8
    https://www.fireload.com/4de0b5095fc92e2b/userextrafields-163.rar
    https://www.europeup.com/36lqkwwlnzxy
    https://drop.download/5rmmr51k774a
    https://desiupload.co/775h0jbqs1zj
    https://ddownload.com/tnvuvcs10axe
    https://dbree.me/v/92adbd
    https://bayfiles.com/3af9O1m1z0
    https://anonfiles.com/48f8O6mfz7
    https://1fichier.com/?oerb9z6x8lsiao1i6c3s
    "

Leave A Comment :

Create free account to post comment/re upload request/active server link. Guests are not allowed to comment.

Request a paid service :
@
Post Request
What happens next?
Multiple developers will send you job proposal and you chat with them and pick a developer for your work.

Start now & get a expert developer for your work in quick time.
Are you a developer looking for work, then you may apply for available jobs here: Jobs Feed

Have a question? Start free consultation with Developer

Buy source code or get fully functional live project at low cost
Need customisation/modification services? Hire a developer starting from $25 USD minimum.
Get free consultation and quote with no obligation.

Start Free Consultation
Average reply time 15mins to 1hr

Sponsored Links

Add Your Link Here for FREE

Make Money Online Earn While You Work At Home. Earn Up To Rs. 30000/- Per Month. No Work Experience Required. Workzly Is Your Best Online Job Platform With Thousands Of Jobs. Join Now And Get Paid..

India only at Bored Game Company bored game company is the best place to buy code-ayana in india. learn & play: this is the best educational game that helps.

Freelance Shopify Developer A Built-in, Global Audience. Build And Sell Apps And Themes That Customize And Extend Shopify's capabilities For Millions Of Merchants Around The World..

Shopify Dev A Built-in, Global Audience. Build And Sell Apps And Themes That Customize And Extend Shopify's capabilities For Millions Of Merchants Around The World..

Online Earning Earn While You Work At Home. Earn Up To Rs. 30000/- Per Month. No Work Experience Required. Workzly Is Your Best Online Job Platform With Thousands Of Jobs. Join Now And Get Paid..

Add Your Link Here for FREE

Related Job Posts

Post A Job & Hire Developer

QuickBooks POS to Google Sheets Integration Coding,App Developer,Intuit QuickBooks,API.

.

Precise Logo Replication Needed Logo Design,Graphic Design,Illustrator,Photoshop,Illustration.

Sales Invoice Templates for PandaDoc Graphic Design,Brochure Design,Website Design,Stationery Design,Excel.

Theater Production Funding Specialist Needed Ghostwriting,Copywriting,Creative Writing,Book Writing,Research.

Post A Job & Hire Developer

Recent Comments
  • " https://workupload.com/file/yhnRmk2fQZu
    https://www.udrop.com/82ia/richfeatures-1227.rar
    https://www.mirrored.to/files/4NKM7IOF/richfeatures-1227.rar_links
    https://mirrorace.org/m/3b88z
    https://krakenfiles.com/view/UKXztiEblo/file.html
    https://hxfile.co/i0zsax9qfkoq
    https://gofile.io/d/6BVI8t
    https://www.fireload.com/73b0b4040f5d8e46/richfeatures-1227.rar
    https://www.europeup.com/6p867u62so3s
    https://drop.download/5c0w7wm2l0t3
    https://desiupload.co/nkgxa19xode0
    https://ddownload.com/ui8zp9no7hde
    https://dbree.me/v/49ba1a
    https://bayfiles.com/Xcbep3j8z0
    https://anonfiles.com/feccpcjdz2
    https://1fichier.com/?r9gswqno4wim1qf8nucs
    "

  • praveen commented on item: Bootstrap Carousel Multiple Items
    Saturday 04th May 2024

    " Hello Everyone!! Are You Facing Errors While Installation? Contact Me If You Need Complete NULLED Gadgetza - Deals Listing Platform (SAAS) NULLED ( Latest Version, No Purchase Key Required ) (My Service Is Paid) WhatsApp : +919822491553 Whatsapp Link : Https://wa.link/8orjeh Telegram @omgklrahul "

  • Ajay Singhcommented on item: QuadMenu - Themes Developer Mega Menu
    Sunday 05th May 2024

    " https://www21.zippyshare.com/v/wnImoVck/file.html
    https://workupload.com/file/UfTRZyUxkMv
    https://www.mirrored.to/files/P5YYMY6A/quadmenu-209.rar_links
    https://mirrorace.org/m/6xK3y
    https://krakenfiles.com/view/XFLITO9XUh/file.html
    https://hxfile.co/rgwkk8no26b5
    https://gofile.io/d/Tgn6I1
    https://www.fireload.com/bc9ab9f4cbc9cd88/quadmenu-209.rar
    https://www.europeup.com/qultqo2bup3v
    https://drop.download/6rd326q8b4i5
    https://dl1.desiupload.to/ga3lom47r8vc
    https://ddownload.com/jgdpp877fvje
    https://dbree.org/v/9874d3
    https://bayfiles.com/K8md43Qcyb
    https://anonfiles.com/L0m04dQfy3
    https://1fichier.com/?jfsji3wb69mh07rl2w2e
    "

  • Tarun Kumarcommented on item: Bus365 - Bus Reservation System with Website
    Sunday 05th May 2024

    " https://workupload.com/file/JWc3hntPwmb
    https://userscloud.com/r88otikd16wz
    https://www.upload.ee/files/15762179/bus365-62nulled.rar.html
    https://pixeldrain.com/u/eZGFrodg
    https://nippyspace.com/v/61651d
    https://www.mirrored.to/files/1DSJNBF9/bus365-62nulled.rar_links
    https://mirrorace.org/m/5f4kp
    https://krakenfiles.com/view/DylvL5q3RX/file.html
    https://hxfile.co/o0oj786hde8u
    https://gofile.io/d/M3OoGd
    https://desiupload.co/blmg1fq37xez
    https://ddownload.com/kqf0kzse1m7p
    https://dbree.me/v/582040
    https://1fichier.com/?xd7o95mlzruapk0949xy
    "

  • Somesh Srivastavacommented on item: PayPage - PHP ready to use Payment Gateway Integrations
    Sunday 05th May 2024

    " https://workupload.com/file/4eaPXEZU6h7
    https://www.upload.ee/files/15272231/paypage-200.rar.html
    https://pixeldrain.com/u/wRZPk6Zk
    https://oneupload.to/xkw1tec56qfl
    https://www.mirrored.to/files/N5RI8LB1/paypage-200.rar_links
    https://mirrorace.org/m/5dG78
    https://krakenfiles.com/view/8MHo8QW7gt/file.html
    https://hxfile.co/qlv3srp0md9r
    https://gofile.io/d/7y5i3O
    https://drop.download/y8ck7mmz4d9i
    https://desiupload.co/rb0q5sql87k1
    https://ddownload.com/5uxefpshwpyt
    https://dbree.me/v/235647
    https://bayfiles.com/jeE7A0tczc
    https://anonfiles.com/lcE9Aet0zc
    https://1fichier.com/?czp9bzf5iycugoq73vl1
    "

  • Somesh Srivastavacommented on item: AndroLite - Easy Configurable Android WebView App Template
    Saturday 04th May 2024

    " Purchase Code Check... "

  • Susanta Sahucommented on item: Single Clinic/Hospital Management With Book Appointment website
    Sunday 05th May 2024

    " https://workupload.com/file/kbuKkRFvLYR
    https://www.upload.ee/files/15621049/singleclinic-10.rar.html
    https://pixeldrain.com/u/6p2mpYSG
    https://nippyspace.com/v/05eb52
    https://mirrorace.org/m/8CsfA
    https://gofile.io/d/EWGtY5
    https://desiupload.co/ll4u9xvbqmfl
    https://ddownload.com/2p8g3t832eow
    https://1fichier.com/?cr2pfjwtya0jnul43koa
    "

Keywords :
Extra Fields, Extra Fields, Fixed An, Fixed An Issue, An Issue, Option To, Minor Bugfix, Option
Support :

Our verified developers are dedicated to provide best guaranteed support reply by ticketing system. We have been providing ticket support reply to each of our registered clients since 2017 and our estimate reply time is 24/72 hrs, also know it may take additional time if your query requires testing/checking by a developer.

Departments (100% gurantee ticket reply, as ticket is manually solved by developer)

See all previous tickets & running tickets

As support is provided by ticketing system, you can check previous tickets or existing running tickets.

Recent Closed Support Tickets


Subject Ticket ID Ticket DepartmentEmail Status Last Activity
not able to access server panel#15255New Sale / General Querysha**********@g****.com
Closed25 Apr 2024 (01:05 PM)
Not able to modify bottom footer content and link, and not able to update minor city pin#15242Technical Supportmai************@g****.com
Closed23 Apr 2024 (04:24 PM)
Development Completed(Temp Domain) - from WEBSOLINK#14719New Sale / General Querymai************@g****.com
Closed19 Apr 2024 (06:38 PM)
Order Created for Multi Location Multi Vendor Ecommerce Website & Mobile Apps - WEBSOLINK Team#14623New Sale / General Querymai************@g****.com
Closed19 Apr 2024 (06:37 PM)
Invitation Modification Discussion on Google Meet#14979New Sale / General Querymai************@g****.com
Closed19 Apr 2024 (06:36 PM)
Resolved Tickets15255Last 30 Days from Today
Resolved Tickets225Last 90 Days from Today
Resolved Tickets505Last 180 Days from Today