
內容簡介
透過這個 WordPress 外掛,您可以輕鬆地創建動態變數來呼叫您的 contact form 7 表單內的文字欄位和 HTML 元素,例如段落、標題等,提高您在 WordPress 表單開發中的效率。
動態變數基本上有兩種呼叫方式:
[Dinamic_vars ‘dinamic_var: mivariable’]:
這種方式非常微妙,可以在 HTML 元素中呼叫變數,而不需要創建任何文字輸入欄位,例如:Hi world [dinamic_vars ‘dinamic_var: mivariable’],其中包含變數 ‘Mivariable’ 的值。
另一種方式是將動態變數插入到輸入框、按鈕、隱藏欄位等中。例如,在創建的按鈕中插入值:
[Submit “dinamic_var: mivariable”]
這樣,按鈕的 VALUE 將獲得變量 ‘mivariable’ 的值。
簡單,不是嗎?
外掛標籤
開發者團隊
原文外掛簡介
Creating dynamic variables with your contact form 7 could never be easier. We bring you this plugin with which you can call in both text fields and html elements such as paragraphs, titles, ETC so have a better efficiency in the development of your forms in wordpress.
Dynamic variables are basically called in two ways:
[Dinamic_vars ‘dinamic_var: mivariable’]:
This form is a very subtle moment to call variables and display them in an HTML element without creating any text input example Hi world [dinamic_vars ‘dinamic_var: mivariable’] where the value containing the variable ‘Mivariable’.
Another way is to insert dynamic variables into the input, whether they are buttons, text fields, hidden fields, etc. An example inserting a value into a created button:
[Submit “dinamic_var: mivariable”]
In this way the VALUE of the button will get the value that has the variable ‘mivariable’.
EASY NO?
