GithubHelp home page GithubHelp logo

Comments (1)

iandunn avatar iandunn commented on September 26, 2024

I don't think filtering the entire output is a good solution, because you'd have to use str_replace() or preg_replace() to change the contents, which would be very fragile and error-prone.

The e-mail address field is also validated with is_email(), so you couldn't change it to some have some other arbitrary meaning.

The ideal solution would probably be to refactor the default questions so that instead of being hardcoded, they're setup just like custom questions, except that they're automatically added to a new ticket. That way they could be removed or deleted.

It doesn't seem like there's currently enough demand to justify the amount of work that would take, though.

I did go ahead and add a few new filters to let you modify the headers on the Register page, though:

camptix_register_order_summary_header
camptix_register_registration_info_header

from camptix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.