Gigiart

Results 7 comments of Gigiart

> If you do not care about rendering the chat history it is already quite doable by starting the conversation at the specified step you got from the stored data....

> ConversationalForm.flowManager.showStep(QUESTION_NUMBER) Please help me to integrate this. Where should I add your code example? This becomes a must-do for me so I'll be grateful if you can help me....

> traditional HTML form traditional HTML form, yes

Thanks a lot! But How can I bind into the user answer and then where can I add binding function for this new element? I'm sorry I'm kinda new using...

Thank you so much @gihandilanka-github , you saved my day!

I have same problem too :(

@rscarrasco I'm using $data = $request->validated(); Why $request->validated() is Superior to $request->sanitize([]) 1. Security by Default - validated() only returns data that has passed validation rules - anything not defined...