Hi, I’m looking to modify my signup form to permit members to tag themselves with labels as described here and here.
However, I’m struggling to find the .hbs file to modify in order to add this functionality.
- What’s your URL? https://twelvetables.blog
- What version of Ghost are you using? Latest version, 4.16.0
And
- How was Ghost installed and configured?
I installed Ghost via Docker. I am using the Casper theme. - What Node version, database, OS & browser are you using?
Node is version 14.18.0, database is mariadb, OS is ubuntu, browser is chrome. - What errors or information do you see in the console?
I am not experiencing errors. - What steps could someone else take to reproduce the issue you’re having?
I see recommendations (and also here) to modify my subscribe-form.hbs file under partials
, but it looks like that file no longer exists in the most recent version of Casper. If I just create a subscribe-form.hbs file will that work, or will it conflict with some other .hbs file that is handling that?