shogun Posted September 11, 2020 Posted September 11, 2020 I'm creating pages in the backend of processwire just to store some information using fields. But the fields are presented as editable form input fields. Is it possible to make the fields as html text instead or maybe I can just redisplay the value in a html label above each field?
Frank Vèssia Posted September 22, 2020 Posted September 22, 2020 On the Input tab of the field, you can set the visiblity, open when populated, closed when blank + blocked but the question is how you insert the value if the field is not editable?
shogun Posted September 22, 2020 Author Posted September 22, 2020 But I think that puts them in textfields still. I was looking for just text. For example, a hyperlink is submitted and I'd like to just display it as a clickable hyperlink not text in an input field within the dashboard.
Frank Vèssia Posted September 22, 2020 Posted September 22, 2020 The PW admin form is made for input data not for displaying it, you have to create your own dashboard if you want, take a look at https://modules.processwire.com/modules/dashboard/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now