libhart
Forum Replies Created
-
After poking around for a little bit, it seemed like maybe
forminator_form_after_handle_submitwas still kicking around and that did in fact work, so it really was removing thecustomfrom the name of the hook. A list of these would really be a great addition to the docs.Thank you for the reply Patrick. I understand that the values can’t have blank spaces, but the value is changed regardless of it being valid and this seems like not such a good idea. For instance, I have a Label that’s “Credit Card” and the value is “online”, both totally valid. If I focus away from the Label input box, the value field is changed to “Credit-Card”. Why change a valid and legal value? Why not check first and only change it if it’s invalid? I’ve got hooks that count on these values and the possibility of them changing even though they’re completely fine is why I posted. Thanks again.
Forum: Themes and Templates
In reply to: [Botiga] Hide logo on front pageHi Rodrigo,
I had actually ended up digging in the code and filtering the logo event, but I like this solution MUCH better! Thanks so much!