Home › Forums › Quform WordPress › class-smtp.php error received
- This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago by
Ally.
- AuthorPosts
- January 21, 2016 at 12:00 pm #18001
tampalab
ParticipantHello,
Form is not working. I am getting attached error when hit the submit button.
Form link: http://www.kanvashikayeleri.com/biz-tasarlayalim/
This is very urgent. I hope you guys help me in the shortest time.
Thank you
January 22, 2016 at 4:30 pm #18005Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
January 24, 2016 at 1:26 pm #18020tampalab
ParticipantHello Ally,
Host company refused to enable the “stram_set_timeout”, so as you mentioned I chose PHP mail() but form is not working. I am getting success message but I don’t see any entry from backend.
Actually I don’t need to receive emails for this form because customer is redirecting to checkout page and I check the form from backend after purchase completed.Waiting for your help. Thank you
January 24, 2016 at 3:29 pm #18021tampalab
ParticipantHello Ally,
I just contacted the host company and they increased the stram_set_timeout limit. Form is woring now but it is not redicting to page. I am using following code in my function.php .
If different value is choosen, link goes to different url.
function mytheme_conditional_form_redirect($url, $form)
{
//buradan tablo tipi seçildiğinde gelen değer (value) alınıyor. “tabloTipi” idsini sende olan ile değiştirirsin$tabloTipi = $form->getValue(‘iphorm_6_22’);
//Tek Resim Kanvas Tablo seçildiyse
if($tabloTipi == ‘Tek Resim’)
{
//Burada Tek Resim Kanvas Tablo seçildiğinde gelen tablo boyutlarının olduğu elemanın idsi olacak (iphorm_3_1)
$tabloBoyutu = $form->getValue(‘iphorm_6_407′);
if($tabloBoyutu ==’40×60 cm – (59 TL)’)
{
$url = ‘http://www.kanvashikayeleri.com/magaza/biz-tasarlayalim/tek-resim-kanvas-tablo-40×60-cm/checkout/?add-to-cart=6914′;
}
elseif($tabloBoyutu ==’50×50 cm – (59 TL)’)
{
$url = ‘http://www.kanvashikayeleri.com/magaza/biz-tasarlayalim/tek-resim-kanvas-tablo-50×50-cm/checkout/?add-to-cart=6917′;
}
elseif($tabloBoyutu ==’60×60 cm – (75 TL)’)
{
$url = ‘http://www.kanvashikayeleri.com/magaza/biz-tasarlayalim/tek-resim-kanvas-tablo-60×60-cm/checkout/?add-to-cart=6918′;
}
elseif($tabloBoyutu ==’50×80 cm – (79 TL)’)
{
$url = ‘http://www.kanvashikayeleri.com/magaza/biz-tasarlayalim/tek-resim-kanvas-tablo-50×80-cm/checkout/?add-to-cart=6919’;
}January 25, 2016 at 10:26 am #18024Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.