2017-03-11 6 views

답변

0

양식 콘텐츠 요소를 편집하려면 양식으로 이동하십시오. 거기에서 양식 구성을 볼 수 있습니다. 블록 postProcessormessage 블록을 추가하십시오.

postProcessor { 
    1 = mail 
    1 { 
     recipientEmail = [email protected] 
     senderEmail = [email protected] 
     subject = Call me please 
     messages { 
      success = Thank you! We will call you soon. 
      error = Oops! Something went wrong. 
     } 
    } 
}