• Hi,
    I want to implement an idea that would let customers enter their weight and height every day and see progress list wise in a page.. Also I must be able to fetch any entry off that form from either dates into any other page or form.

    any suitable plugins or work around would be appreciated.

    Kind regards

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Enter from where? For back end entry, use one of the custom fields plugins. For front end entry, there are a number of form builder plugins that will help you. Or simply add appropriate form HTML into page content.

    Plugins will help you save the entered data. If you manually entered your own HTML, you’d need code on the receiving end to properly sanitize and save submitted data. Plugins typically also provide helper functions to let you easily fetch saved data.

    Despite assistance from plugins, there will still need to be custom coding involved to get exactly what you want.
    https://ww.wp.xz.cn/plugins/search/custom+fields/
    https://ww.wp.xz.cn/plugins/search/form+builder/

Viewing 1 replies (of 1 total)

The topic ‘Adding Custom Fields for fetching Customer’s Data’ is closed to new replies.