2012-05-22 59 views
0

我更新到wordpress.i已使用窗體builder.and包括在頁面中創建窗體。窗體顯示在默認模板中,但不是在自定義template.any想法? ?窗體不會出現在自定義模板頁

+0

我可以知道你的主題名嗎? twentyten或... – ruslyrossi

+0

亞..我創建了一個自定義模板 – asitha

回答

1
// Formbuilder manual form display. Replace the # in the following line with the ID number of the form to be displayed. 
if(function_exists('formbuilder_process_form')) echo formbuilder_process_form(#); 
// End of FormBuilder manual form display.