> For the complete documentation index, see [llms.txt](https://helpv3.ladipage.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpv3.ladipage.vn/form-data/cai-dat-chung-cho-form/truong-thong-tin-so-dien-thoai.md).

# Trường thông tin Số điện thoại

Bạn có thể cài đặt biểu thức cho trường số điện thoại của form như sau:

<figure><img src="/files/kUuGRNVhyXdUwm0sx246" alt=""><figcaption></figcaption></figure>

Trường thông tin số điện thoại mặc định của LadiPage đã có sẵn các biểu thức để đặt điều kiện cho việc điền số điện thoại của khách hàng. Cụ thể, nếu chọn biểu thức:

* (\\+84|0)(9|8|7|5|3)\[0-9]{8}: sử dụng khi chạy quảng cáo trên lãnh thổ Việt Nam, khách hàng cần điền chính xác số điện thoại theo định dạng của Việt Nam (phải đủ 10 số, và bắt đầu bằng những đầu số đang hiện hành hợp lệ). Ví dụ: 09652919xx, 09824758xx hoặc +8498765432xx

{% hint style="info" %}
Nếu xuất với bản wordpress thì phải sử dụng định dạng thêm 1 vạch \ này: (\\+84|0)(9|8|7|5|3)\[0-9]{8}
{% endhint %}

* \[0-9]{9,12}: chỉ nhập được dãy số có thành phần từ 0 đến 9, nhập được từ 9 đến 12 số.
* \[0-9]{9}: chỉ nhập được dãy số có thành phần từ 0 đến 9, chỉ nhập được 9 số.
* \[0-9]{10}: chỉ cần nhập 10 số đầu cuối bất kỳ.

Ngoài các biểu thức có sẵn, bạn có thể tùy chỉnh biểu thức theo nhu cầu sử dụng và mục đích của mình, hoặc để trống phần biểu thức.

Bạn có thể thêm thông tin thông báo sai biểu thức khi khách hàng điền sai định dạng mà bạn cài đặt.

<figure><img src="/files/VnMjsxmEMAKaymKiONwg" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helpv3.ladipage.vn/form-data/cai-dat-chung-cho-form/truong-thong-tin-so-dien-thoai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
