Hello all -
Newbie here, not experienced in front-end work, mostly a backend API developer, so I could use a jumpstart.
I have added custom code to my home page to create a form field called “obfus” which is uploaded along with user-selected files via uploadcare. That part of the effort is working fine: up go the files with the metadata “obfus” value along for the ride.
I then need to be able to link to the form data that the user submitted. “Obfus” is therefore defined in a custom code block as input type=“hidden” name=“obfus” id=“obfus” and its value is set successfully in a code block.
When the user submits the form, I get the expected email from Webflow. Here’s an example:
Submitted content
obfus: 7a94d9ff-9f71-4884-bbde-7e56813fbdfe
claim: I watched the Mets reestablish a lead
email: mike@whatever.com
couponcode:
SupportText: Go
Field 6:
Field 7:
Field 8:
Field 9:
Field 10:
However, my API endpoint does not receive “obfus” in the form content. What must I do to make that happen?
Bear in mind that I’m inexperienced; a code snippet will help me more than a documentation reference. Please just help me get there…thanks!
Mike