shoyebzz

After submit redairect to speafics URL based on input value

Jun 6th, 2015
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*Contact form 7 এ ফর্ম সাবমিট করার পরে কন্ডিশনাল ভাবে কাস্টম*/
  2. on_sent_ok: " if (document.getElementById('input_fuild_d').value=='£30')
  3. {
  4. location.replace('http://www.domain.com/30');
  5. } elseif (document.getElementById('input_fuild_d').value=='£55')
  6. {
  7. location.replace('http://www.domain.com/55');
  8. } else {
  9. location.replace('http://www.domain.com/thankyou');
  10. } "
Advertisement
Add Comment
Please, Sign In to add comment