recoding a addon i paid for (need quick coing help)
how do i make it so when i click save it Hides all text i enternd in here?
curently it shows Secret key to all staff after i click save

11 Replies
just like to see if i can get some quick codeing help 😅
how i like it to be:
after i click save it look like this (all the info i enter is removed so Staff cant see it)

easy, just remove the
value attribute from the input element?
find that input element in the code, and remove the
value attribute from it
it would look something like value="{{ ... }}" (ofc ... represents some text)value="{{ env('...') }}"> (example is from the code)
how will this be then?
remove it entirely
can you send it how it suposed to be then: value="{{ env('secret') }}">
i dont 100% understand 😢
remove all of it, like just delete this
value="{{ env('secret') }}"
value="{{ env('secret') }}"> becomes >some how i broke it...
maybe you accidentally removed
> too