Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prefilled templates #721

Open
jeremybreeschoten opened this issue Nov 18, 2020 · 1 comment
Open

prefilled templates #721

jeremybreeschoten opened this issue Nov 18, 2020 · 1 comment

Comments

@jeremybreeschoten
Copy link

Steps to reproduce

1.Nothing to reproduce

What happens

What should happen

Is there a way to add kind of prefilled templates to this? For example if we send user information, we can select something and then have all information prefilled?

@elrido
Copy link
Contributor

elrido commented Nov 18, 2020

I don't think this is a very common feature that should be introduced into the generic web UI.

That said, you could use any of the third party clients against your instance to set up such automation. You could write a little html form in PHP for your dynamic inputs and on post submit these into a templated text using the PHP library. Or if your more comfortable with shell scripting, you'd template some text file with shell utilities and submit it via one of the CLI clients - some allow reading the paste from STDIN, so you could sed-replace some things in a text file and pipe it into the client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants