• Resolved alessancost

    (@alessancost)


    Good Morning! first thanks for your time and your genius. The plugin works perfectly on my site but I wanted to make two small changes. First I wanted to delete the required textarea and second I wanted to add the placeholder. Example:

    <div class = “group”>
       <label for = “message”> Message </label>
       <div class = “control”>
         <textarea name = “message” id = “message” placeholder = “”> </textarea>
       </div>
    </div>

    My question is: Is it possible to make this modification without the risk of losing it after a plugin update?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Making permanent modifications to the plugin’ is closed to new replies.