Remove a extra div $service .= ‘</div></div></div><div class=”snippet-clear”></div>’;
If you change the configure schema snippet setting service to product or article it will be fine, Something wrong with service. It create extra div i thought.
Can i give a placeholder in input instead of label?
Thank you
if ((int)$contact_request->success) {
// successful request
//$contact_id = (int)$contact_request->contact_id;
$r = array(
“success” => 1,
“message” => “Thanks for signing up”,
//”contact_id” => $contact_id,
);
}
else {
// request failed
$r = array(
“success” => 0,
“message” => “Please check again”,
);
}
Thanks its working
but where is the code for update message?