資料編_02. タグコード

タグコード

適用範囲 説明 表記方法 備考
全体共通 アンケートタイトル {enquete_title}  
ページタイトル {page_title}  
画像表示 {img}ファイル名{/img} 画像を表示する
{img_src}ファイル名{/img_src} 画像ファイルのURLを表示する
Javascriptの読み込み {default_javascript} デフォルトのJavascriptを読み込む
設問フッタ、回答確認フッタ 確認へ、もしくは送信ボタンの表示 {submit_tag} 必須
戻るボタンの表示 {back_submit_tag}  
1設問共通タグ 設問番号 {question_index} 1問目の値は0となる
{question_counter} 1問目の値は1となる
設問タイトル {question_title}  
設問ID {question_id} システムID
設問概要 {question_description}  
補足テキストのタイトル {question_extra_title}  
補足がある場合に表示する {if_question_extra}****{/if_question_extra}  
奇数設問時に表示する {if_odd_question_no}****{/if_odd_question_no}  
偶数設問時に表示する {if_even_question_no}****{/if_even_question_no}  
概要がある場合に表示する {if_question_description}****{/if_question_description}  
設問上HTMLがある場合に表示する {if_question_over_html}****{/if_question_over_html}  
設問下HTMLがある場合に表示する {if_question_under_html}****{/if_question_under_html}  
設問がテキストの時に表示する {if_text_question}****{/if_text_question}  
設問がテキストエリアの時に表示する {if_textarea_question}****{/if_textarea_question}  
設問がチェックボックスの時に表示する {if_checkbox_question}****{/if_checkbox_question}  
設問がラジオボタンの時に表示する {if_radio_question}****{/if_radio_question}  
設問がセレクトの時に表示する {if_select_question}****{/if_select_question}  
設問がマルチセレクトの時に表示する {if_multiselect_question}****{/if_multiselect_question}  
設問がアドレスの時に表示する {if_address_question}****{/if_address_question}  
設問が宛先の時に表示する {if_atesaki_question}****{/if_atesaki_question}  
設問が必須チェックあり または 最小長=1 または 最小チェック数=1の時に表示する {if_require_question}****{/if_require_question}  
設問画面のみ使用可能な1設問用タグ エラーメッセージがある時に表示する {if_question_error_message}****{/if_question_error_message}  
エラーメッセージがある時、エラーメッセージを表示 {question_error_message}  
設問フォールドタグを展開 {question_field_tag}  
補足テキストのフィールドタグを展開 {question_extra_field}  
補足テキストのタイトルフィールドタグを展開 {question_extra}  
回答確認画面・回答完了画面使用可能な1設問タグ 1回答文字列を展開 {answer_field}  
補足テキストの回答文字列を展開 {answer_extra_field}  
サンクスメールで使用可能なタグ アンケートタイトル {enquete_title}  
指定番号番目の回答がある場合のみ中身を展開 {if_answer_value_設問番号}{/if_answer_value_設問番号} 設問番号は0から並び順
指定番号番目の回答を展開 {answer_value_設問番号}
指定番号番目の設問タイトルを展開 {question_title_設問番号}