Posts webform submissions to a URL.

General settings
 
A unique name for this handler instance. Must be alpha-numeric and underscore separated.

Post data when submission is completed.

Post data when submission is updated.

Post data when submission is deleted.

Cím Név Date type/Element type
Serial number serial integer
Submission ID sid integer
Submission UUID uuid uuid
Token token string
Submission URI uri string
Created created created
Completed completed timestamp
Módosítva changed changed
Is draft in_draft boolean
Jelenlegi oldal current_page string
Remote IP address remote_addr string
Submitted by uid entity_reference
Language langcode language
Webform webform_id entity_reference
Submitted to: Entity type entity_type string
Submitted to: Entity ID entity_id string
Locked locked boolean
Sticky sticky boolean
Notes notes string_long
Teljes név first_name textfield
E-mail cím e_mail_address webform_email_confirm
Munkahely vagy MCC-n belüli szervezeti egység? company_name textfield
Honnan értesült az eseményről (Email, Facebook Esemény, Személyes meghívás, Telefonhívás) ? honnan_ertesult_az_esemenyrol_email_facebook_esemeny_szemelyes_m tableselect
Kijelentem, hogy az adatkezelési tájékoztatót elolvastam, megértettem és a regisztrációval hozzájárulok a személyes adataim abban foglaltak szerinti kezeléséhez. terms_of_service webform_terms_of_service
Jelen regisztrációval hozzájárulok ahhoz, hogy rólam a rendezvény során kép és videófelvétel készüljön, és engedélyezem, hogy a felvételeket az MCC marketing célokra felhasználja (pl. honlap, közösségi felületek). by_filling_and_submitting_this_form_i_agree_and_give_consent_to_ checkbox
Hozzájárulok, hogy az MCC a fent megadott e-mail címre ingyenes szakmai hírleveleket, tájékoztató anyagokat, információkat küldjön részemre. hozzajarulok_hogy_az_mcc_a_fent_megadott_e_mail_cimemre_ingyenes checkbox
Conditional logic
Állapot HTML elem Trigger/Value Operations
if
of the following is met:
Haladó beállítások
Additional settings
The POST request method requests that a web server accept the data enclosed in the body of the request message. It is often used when uploading a file or when submitting a completed webform. In contrast, the HTTP GET request method retrieves information from the server.
Use x-www-form-urlencoded if unsure, as it is the default format for HTML webforms. You also have the option to post data in JSON format.
Enter custom request options that will be used by the Guzzle HTTP client. Request options can include custom headers.
sor hozzáadása
Enter custom response messages for specific status codes.Defaults to: Unable to process this submission. Please contact the site administrator.