plain-solutions-gmbh / kirby-form-block-suite

This form plugin for Kirby offers you maximum flexibility and usability. It can be used as a block anywhere you needed. This repository replaces the obsolete version 2.0.
Other
38 stars 11 forks source link

Send confirmation email field cannot handle variables - Vol2 #39

Closed cselex closed 4 months ago

cselex commented 6 months ago

Prev issue: https://github.com/youngcut/kirby-form-block-suite/issues/36

You are welcome, Has there been an incident in the past that this is the answer to? Look, I use the plugin so that if the customer wants to set up an automatic reply message, he can do so with a few clicks without any extra coding. In this form, the response block in the plugin makes no sense. Please remove the block or have a solution so that a variable can also be used. I opened a new ticket because my problem was not solved.

plain-solutions-gmbh commented 5 months ago

I apologize for closing the ticket so quickly. Apparently I did not fully understand your request.

I have tried again to reproduce the problem and I think I have found the reason for the confusion.

The problem is rather a translation error. Where it says E-mail under "Visszaigazolás küldése". It mean in other language From address. Now it should be obvious that this field is the sender address and the recipient address is taken from the form.

Tell me, how should i rename it?

cselex commented 5 months ago

Hello Youngcut, No problem :) Maybe I didn't express myself well. So I still need to be able to enter a variable into the field according to the attached figure. Because I need the setting so that the sender can send a reply letter. And no extra coding is required. Thanks in advance for your help

image

plain-solutions-gmbh commented 5 months ago

This may sound funny, but I would like to thank you for being so persistent. 😜 While looking through the code, I actually found the bug you mentioned and fixed it right away. Check Version 4.1.0 and let me know, if everything works as aspected...

cselex commented 5 months ago

Hello

I thank you for dealing with my problem :D I checked your modification. Question: Do I have to define in the yaml file which field the response messages should be sent based on?

plain-solutions-gmbh commented 5 months ago

I don't know if i understand your question right. I'm adding a form_field setting in v4.1.1 right now. (See the manual) Do this the answer your question..?

cselex commented 4 months ago

Yes, great, thanks!