我得把下面的表單代碼到一個單一的排狀:http://snag.gy/k5yrv.jpg創建於阿瓦達索主題在一排多場形式
<form method="GET" action="YOUR_JOBS_PAGE_URL">
<p>
<label for="keywords">Keywords</label>
<input type="text" id="search_keywords" name="search_keywords" />
</p>
<p>
<label for="keywords">Location</label>
<input type="text" id="search_location" name="search_location" />
</p>
<p>
<input type="submit" value="Search" />
</p>
</form>
我用阿瓦達索主題聯繫表7,我需要在一行中創建具有多個字段的表單將如下所示。例如,這使用3列部分,每列一個字段:
div class="fusion-one-third one_third fusion-layout-column fusion-spacing-yes">Your Name (required) [text* your-name]</div>
<div class="fusion-one-third one_third fusion-layout-column fusion-spacing-yes">Your Message [textarea your-message]</div>
<div class="fusion-one-third one_third fusion-layout-column fusion-spacing-yes fusion-column-last">[submit "Send"]</div>
任何想法?
那麼,你_actually_使用聯繫表7本,或者你希望的樣子聯繫表格7確實在阿瓦達索的自定義窗體? – bluemwhitew
我已經安裝了聯繫表7,所以我打算使用它。但它不一定要使用它。唯一的事情是我想提交按鈕採取Avada主題造型。那有意義嗎? – Benchmark