1

以下のコードに概説されている単純なフォームがあります。URL の末尾にrm_accountsある非表示の入力値に、テキスト ボックスで送信された値を追加したいと考えています。page_confirmうまくいけば、それは理にかなっています。

基本的に、ユーザー'123456'が rm_accounts テキスト ボックスに入力する場合、page_confirm の値をhttp://www.mywebsite.com/index.php?rm_accounts=123456にする必要があります。

<form name="signup" method="post" action="https://go.reachmail.net/libraries/form_wizard/process_subscribe.asp" >

    <input type='text' name='rm_accounts' value='' />
    <input type="hidden" name="page_confirm" value="http://www.mywebsite.com/index.php?rm_accounts=">
    <input type="submit" name="Submit" value="Submit" >

</form>

すべてのヘルプは非常に高く評価されています。ありがとう!

4

2 に答える 2