Hello. I want to customize the RSVP form layout by rearranging the order of the fields and apply some CSS. I see that the class-form.php template inside the eventon-rsvp/includes folder is responsible for rendering the form. I could go in and rearrange the code and I could apply some CSS overrides, what worries me though is that I would lose my changes after a plugin update. CSS overrides wouldn’t be a concern since I would apply those on my child theme, I am not sure about the changes in the PHP file though. Is there a more efficient way to do that?
Feb 15,2017 AT 4:57AM - 3 years ago -Yes the changed you made there will be override in the next version update and I will make this a feature request so we can add pluggbale hooks in the form to allow more customization on the form. Thanks!