thedigicraft / Atom.CMS

Atom.CMS
56 stars 52 forks source link

The placeholder is not displaying correct value (Part - 65) #234

Closed v917 closed 7 years ago

v917 commented 7 years ago

Hi, @creptor actually the label textboxes in setting.php are not displaying the text which is in database, instead it is displaying Label. Please Help.

settings: https://pastebin.com/npgQdZrA queries.php: https://pastebin.com/7dRuvqgB Label problem.docx

creptor commented 7 years ago

This makes me feel stupid, but now I know where the mistake is. Just an annoying typo... Please change this:

vaule="etc..."

To

value="etc..."

Note that it's spelled value not vaule, that's why the input returns empty.

This mistake is found in the submitted and openedid input 😀

v917 commented 7 years ago

A very very big thanks to you @creptor. And I really mean it because I had loosed the hope to complete this series but you didn't give up. Thank you so much for your precious time. Really thanks a lot.

creptor commented 7 years ago

No problem, I'm glad I could help!

I'll be here if you still have issues 👍.