conversation block
Permalink
Hi gents,
I have added the standard conversation block from C5 and I wondered whether you could change the layout of the form of a new message. For my application only a name and captcha would be in place. Can I change this? Also, can I change the language of the block?(I bet I have to do this manually but I don't mind)
Thanks in advance!
Max
I have added the standard conversation block from C5 and I wondered whether you could change the layout of the form of a new message. For my application only a name and captcha would be in place. Can I change this? Also, can I change the language of the block?(I bet I have to do this manually but I don't mind)
Thanks in advance!
Max
I vaguely recall having to do something similar. I was a bit more cautious and hid the unwanted elements (using CSS), rather than deleting them. That way, validation code can still find the corresponding data; it didn't seem to matter that they were empty.
Hi maxspanoghe,
The email validation looks to be in this file:
https://github.com/concrete5/concrete5/blob/develop/concrete/tools/c...
The email validation looks to be in this file:
https://github.com/concrete5/concrete5/blob/develop/concrete/tools/c...
I found the html code for the form.
I deleted the emailadress and website boxes but still somewhere in the other code is needs it because if you try to send a message now it says:
you need to put a valid emailadress.
Any ideas where I can find that part of the code?
Kind regards,
Max