I am working on form in shopify where I want to access form data from shopify and send that data into my custom API route . I really tried but didn't find any proper solution . Could someone please help me how to resolve this issue .
Thanks
code
<form accept-charset="UTF-8" method="post">
<input type="text" placeholder="Security Code" style="float: left;border-radius: 4px 0px 0px 4px;width: 200px;"/>
<button type="submit" style="color: #ffffff;font-size: 14px;font-weight: 700;
display: inline-block;text-transform: uppercase;transition: all 500ms ease;line-height: 20px;
padding: 15px 20px 10px;background: #ea9215;border: none;border-radius: 0px 4px 4px 0px;"/>Submit</button>
</form>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…