features_content.form_consents_detail.hero_title
features_content.form_consents_detail.hero_subtitle
features_content.form_consents_detail.hero_p1
features_content.form_consents_detail.why_required_heading
features_content.form_consents_detail.tech_background_label
"features_content.form_consents_detail.tech_background_quote"
features_content.form_consents_detail.logic_label
features_content.form_consents_detail.section_how_title
features_content.form_consents_detail.step_01_title
features_content.form_consents_detail.step_01_desc
features_content.form_consents_detail.step_02_title
features_content.form_consents_detail.step_02_desc
features_content.form_consents_detail.step_03_title
features_content.form_consents_detail.step_03_desc
features_content.form_consents_detail.integration_label
features_content.form_consents_detail.section_integration_title
features_content.form_consents_detail.section_integration_desc
document.getElementById('contact-form')
.addEventListener('submit', async (e) => {
if (!document.getElementById('kvkk').checked) return;
await fetch('https://live.veribenim.com/form-consents/TOKEN', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
name: e.target.name.value,
email: e.target.email.value,
consent_text: 'KVKK Aydınlatma Metni v1.2',
form: 'contact',
}),
});
});const handleSubmit = async (data) => {
if (!data.kvkkAccepted) return;
await fetch('https://live.veribenim.com/api/form-consents/TOKEN', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
email: data.email,
form_id: 'newsletter',
consent_text: 'KVKK Aydınlatma Metni v1.2',
}),
});
};Http::post(
'https://live.veribenim.com/api/form-consents/TOKEN',
[
'email' => $request->email,
'form' => 'contact',
'consent_text' => 'KVKK Aydınlatma Metni v1.2',
'ip' => $request->ip(),
]
);curl -X POST \
'https://live.veribenim.com/api/form-consents/TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"email": "ali@example.com",
"form": "contact",
"consent_text": "KVKK v1.2"
}'features_content.form_consents_detail.code_schema_title
features_content.form_consents_detail.code_schema_desc
features_content.form_consents_detail.section_dashboard_label
features_content.form_consents_detail.section_dashboard_title
features_content.form_consents_detail.section_dashboard_desc
ali@example.com
form: contact
ayse@demo.co
form: newsletter
mehmet@test.net
form: register
features_content.form_consents_detail.cta_title
features_content.form_consents_detail.cta_subtitle