Hi,
Is it possible to add in a custom image for the send message button? Would this be by changing:
<input class="rapid_contact button '
to <input class="...url/image.* '
kind regards
lwlbar
Hello. Thanks for posting.Yes, that would be
<input type="image" src="/path/to/yourimage.jpg"/>
Thanks again.