@aiwatko,
Do you want to add placeholder ‘E-mail’ instead of label? If yes, then check here.
Hello,
thanks for your prompt reply! 🙂
I checked the other forum thread and I have one follow up question.
If I modify plugin files directly and then you update the plugin, my changes will not be overwritten?
I wanted also to modify the alert messages to have innerHTML text instead of JS alert, but I have the same doubt, should I create a replacement file and place it somehere in my theme folder?
thanks in advance!
@aiwatko,
If you modify plugin files, your changes will be overwritten on next plugin update.
Hello,
Thanks for your reply.
Is there a way to save the changes in another location so that they are not overwritten?
Wordpress themes have child themes that allow it. What is the solution for your plugin?
Have a great afternoon!
@aiwatko,
Unfortunately, plugins don’t have any child plugin concept.
So, you could either build another plugin which extends functionality of this plugin or edit core files of plugin and maintain changes during plugin update.
Hey!
Thanks again for your reply.
Is there a possibility to disable the updates for this plugin?
Thank you a lot in advance.
Have a good afternoon.
@aiwatko,
It is not really recommend but whatever works best for you 🙂