i am working on a custom element that will serve as a form for sending map node data to a database using a restful service.
i have 3 questions about this element.>
A couple of notes:
item (it could be record or node or whatever) and I made it bindable so you could pass in a record for editing.body is generally for sending data that you format yourself. In this, case since you have normal name='value' pairs that you want to access as such in PHP, use params instead. At that point either GET or POST will work (POST is usually better).Updated example:
{{data}}