• Resolved cruz240

    (@cruz240)


    Good day, I created a form which have a upload field thats suppose to get image from the users. But shows as a textfield expect when am login. Pls I need a way around it.

    Secondly, I want to send a notification to an email, when a user submit from the form. How can I go about It?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Kim L

    (@kimmyx)

    Hi @cruz240,

    Thanks for the post. Could you tell us what data type is currently set for your upload field? Is this a table created directly in WP Data Access?

    As for your second question, that function is currently not possible with our plugin. ??

    We’ll wait for your response!

    Thread Starter cruz240

    (@cruz240)

    for the upload field, I used blob as data type. Yes, I created the via the plugin but its stored in my database

    • This reply was modified 1 year, 3 months ago by cruz240.
    Plugin Contributor Kim L

    (@kimmyx)

    Hi @cruz240,

    Thanks for the response!

    To integrate WordPress media library functions on your field, you need to change the column type via WP Data Access > Find your table > Manage > Column Settings.

    Please see: Column Settings | WP Data Access

    Hope that helps! Let us know if you have more questions.

    Thread Starter cruz240

    (@cruz240)

    I will like to know how I can make a not login user be able to upload images. From what I see only login users can do that.

    Plugin Contributor Kim L

    (@kimmyx)

    Hi @cruz240,

    You can create a data project for your table and then add the shortcode to your frontend so that non-logged-in users can fill out your form.

    Here are the steps:

    • Create a table
    • Create a Data Project
    • Add a page (type = table)
    • Set Allow Insert? to Only
    • Copy the shortcode of your project
    • Paste the shortcode into your web page

    Here’s a demo: https://share.getcloudapp.com/NQupPoDk

    Hope that helps! Let us know if you have more questions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Upload field not working and email notification’ is closed to new replies.