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.
別のプロファイル学生を作成し、class というフィールドを追加しました。このフォームをクラスを含めて表示したいです。
学生登録フォームの表示方法..助けてください
以下のコードをブロックで使用しました
<?php print drupal_render(drupal_get_form('user_register_form')); $profile = profile2_load_by_user($account); print drupal_render(field_view_field('profile2', $profile['Student'], 'field_class')); ?>