• I made this form according to your example but it is not sending anything to firebase. Please help

    [hidden collectionName “users”]
    [hidden databaseType “realtime”]
    [hidden arrayType “name,about”]
    [hidden documentId class:getFirebaseUid “INVALID”]
    [text* firstName placeholder “Character Name”]
    [text* email placeholder “About”]

    [submit id:if-data-submit “Submit”]

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter bikerflyeradmin

    (@bikerflyeradmin)

    Ok, I added the html ID tag into the form shortcode, and it is now sending data, but instead of just updating the existing fields I have in the form, it wiped all the child nodes under the user his and replaced them with firstName and email. How do I just get the form to update only the data under certain nodes?

Viewing 1 replies (of 1 total)
  • The topic ‘Form not sending data to firebase’ is closed to new replies.