Form 表單套用指定 template

1 篇文章 / 0 new
author
Form 表單套用指定 template
Form表單要使用自訂的 template 則須在表單元素中指定
$form['#theme'] = 'MyTemplate';
如此, 系統則會依指定的 theme 進行表單layput建立, 另須注意的是, 表單中有三個內建元素必須在自訂 template 呈現, 否則表單將無法正確運作
print render($variables['element']['form_build_id']);
print render($variables['element']['form_token']);
print render($variables['element']['form_id']);
Free Web Hosting