2010-11-30 3 views
0

사람들이 내 뉴스 레터를 구독 할 수 있도록 내 사이트에 약간의 버튼이 필요합니다. Yeshello 가입 양식

<form name="yeshello" method="post" target="_blank" action="https://forms.yeshello.net/sub.htm?mycode"> <input type="text" name="email"> <input type="submit" value="Subscribe"</form> 

는 이제 responseType 0 을 할 필요가과을 successURL이 http://www.myspecificthankyoupage.html

방법 코드에서 responsetype 및 succesUrl을 얻을 수 있어야 : 여기

내가 가진 무엇인가? 내가 이해 한 것을 웹 양식의 숨겨진 필드로 모두 보낼 수 있습니다.

도움을 주시면 감사하겠습니다.

답변

0

좋아, 알았어. 내가 잘못된 URL을 받았기 때문에 그것이 작동하지 않는 이유.

<form name="yeshello" method="post" target="_blank" action="https://www.yeshello.net/myuniquecode"> 
     <input type="text" name="email" /> 
     <input type="submit" value="Subscribe" /> 
     <input type="hidden" name="responseType" value="0" /> 
     <input type="hidden" name="successUrl" value="http://myrequestedwebsiteurl" /> 
    </form> 
: 여기

오른쪽 코드