Skip to content

Instantly share code, notes, and snippets.

@Qubadi
Qubadi / gist:ac7a99a26331afc8b38c69a9ea3c570d
Last active August 20, 2025 12:48
Jetformbuilder form, A custom code for auto detect country and land code phone ( New style and new version ).
UPDATED: 18.08.2025
Copy the following PHP and create a PHP snippet using your snippet plugins.
Paste the code into the plugin and save it.
_____________________________________________
/**
* JetFormBuilder: Phone field with flag + dial code, auto-detect country (no API key).
* Detection order: saved value → time zone → browser language/region → fallback US.
@Qubadi
Qubadi / gist:3e11f72f65a6507e4d89dfd15f2b1873
Created February 16, 2024 16:42
JetFormBuilder submission feedback auto-scroll
Add the code to your snippet plugins, create a new js, javascript snippet, paste the code there and save it.
This script significantly improves the interaction with JetFormBuilder forms by automatically scrolling the
browser window to show success or error messages following a form submission. It is compatible with both AJAX and
traditional page reload submission methods. Regardless of the submission type, the script ensures the feedback
messages are immediately brought into view, smoothly guiding users to see their form submission outcome.
________________________________________________________________________________________
jQuery(document).ready(function($) {
function scrollToMessage() {