Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はwordpressを初めて使用します。フォームビルダーを使用してフォームを作成し、ページに含めました。フォームはデフォルトのテンプレートに表示されますが、カスタムテンプレートには表示されません。
// 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.