• I running [ redundant link removed ].

    Yesterday,its page wasn’t transition to thanks page and sent mail,but variable of mail is empty.

    Example
    —–
    Form
    cost:[cost]

    Normal mail
    cost:22000¥

    since Yesterday

    cost:¥
    —–

    This is 「cost:¥」,but 「cost:[cost]」.

    Code is the following,

    Fist Page code

    <span class="must">必須</span> 氏名
    [text* your-name placeholder "下町 太郎"]
    
    <span class="free">任意</span> ツイッター名
    [text your-nickname placeholder "下町侍"]
    
    <span class="must">必須</span> 電話番号
    [tel* tel placeholder "090-1234-5678"]
    
    <span class="must">必須</span> お届け先 郵便番号
    [text* where placeholder "123-4567"]
    
    <span class="must">必須</span> お届け先 住所
    [text* from placeholder "東京都渋谷区1-2-3 Aビル101"]
    
    <span class="must">必須</span> メールアドレス
    [email* your-email placeholder "manabusiness@gmail.com"]
    
    <span class="free">任意</span> 性別
    [radio gender label_first default:1 "男性" "女性"]
    
    <span class="free">任意</span> 年齢層
    [select age include_blank "10代" "20代" "30代" "40代" "50代" "60代" "70代" "80代"]
    
    <span class="must">必須</span> 個数
    [number* creams min:1 max:10 placeholder "個数を選択してください。"]
    
    金額
    [calculated cost id:cost class:cost "creams*22000"] 円
    
    <span class="must">必須</span> 領収書の有無
    [radio receipt label_first default:2 "有り" "無し"]
    
    <span class="free">任意</span> 宛名
    [text receipt-name placeholder "下町 太郎"]様
    
    <span class="free">任意</span> メッセージ本文
    [textarea your-message placeholder "メッセージがあればご記入ください。"]
    
    [submit "確認"]
    
    [multistep multistep first_step "/cream_confirm/"]

    confirm page

    
    <label> Twitter名
    [multiform your-nickname]</label>
    
    <label> 氏名
    [multiform your-name]</label>
    
    <label> 電話番号
    [multiform tel]</label>
    
    <label> お届け先 郵便番号
    [multiform where]</label>
    
    <label> お届け先 住所
    [multiform from ]</label>
    
    <label> メールアドレス
    [multiform your-email]</label>
    
    <label> 性別
    [multiform gender]</label>
    
    <label> 年齢層
    [multiform age ]</label>
    
    <label> 個数
    [multiform creams]</label>
    
    <label>金額
    [multiform cost] 円</label>
    
    <label> 領収書の有無
    [multiform receipt]</label>
    
    <label> 宛名
    [multiform receipt-name]様</label>
    
    <label> メッセージ本文
    [multiform your-message]</label>
    
    [previous "戻る"]
    [submit "送信"]
    [multistep multistep last_step send_email "/thanks/"]

    mail

    
    差出人: [your-nickname] <[your-email]>
    
    名前:[your-nickname]
    氏名:[your-name]
    電話番号:[tel]
    メールアドレス:[your-email]
    
    個数:[creams]個
    金額:[cost]円
    
    郵便番号:[where]
    住所:[from]
    
    領収書:[receipt]
    宛名:[receipt-name]
    
    性別:[gender]
    年齢:[age]
    
    メッセージ本文: [your-message]
    
    -- 
    このメールは MANAWA  のお申込みフォームから送信されました

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author webheadcoder

    (@webheadllc)

    Sorry for the late reply. It looks like you’re using a plugin for the calculated costs. This plugin may not support that.

Viewing 1 replies (of 1 total)
  • The topic ‘form doesn’t transition to thanks page and variable of mail is empty.’ is closed to new replies.