botman / web-widget

MIT License
37 stars 68 forks source link

Urgent Issue - Unable to get reply in botman button response #46

Open sumoydas opened 4 years ago

sumoydas commented 4 years ago

hello!!

I'm facing a problem in botman... can you please tell me how can i solve this issue I have implemented botman in a wordpress project where i have used question answer series. the answer are displayed as button option...

when a user choose a option from the first set of options it diplays the next options properly but from the second phase of options maximum time system unable to read the currently selected option's value/text and shows the same options in a loop basis.

in console i have noticed that when loop occur it display the first selected option again in response....

can you please tell me how can I solve this issue... here i have sent my chat.php & onboardconversation.php file code in below.

Its really urgent so kindly tell me how can i solve this issue.

Thank You

chat-php.txt OnboardConversation-php.txt

sumoydas commented 4 years ago

Just I have tested it... It gets the null value on button click from the second time and continue a loop...why it unable to read value on button click in live server ?