Posts: 7
Threads: 3
Joined: Aug 2014
Where can I change the Form: Defaults directly? I want "Email" as default for the Email-field which asks me for a complete mail adress when I try to change it in the backend.
Oh, and how can I align the fields to the left where usually "Name", "Email", etc. is?
This is where I try my best to adjust everything:
http://www.michaelkueng.ch/serschtemal/h...achher.php
This is what I would like to reach:
http://wrapbootstrap.com/preview/WB058C542
Thank you Steven!
Posts: 2,904
Threads: 59
Joined: Jun 2010
Hi,
You're right, it shouldn't really restrict the entry to an email address there. I'll change that in the next version.
You can edit the default value directly in the file /upload/includes/template/form.php
However it sounds like a placeholder might be better. If that's what you want then you can edit the placeholder in /upload/includes/language/english/form.php
Have
you completed
the interview?
Posts: 2,904
Threads: 59
Joined: Jun 2010
I can't see any example on your second link but I think I understand what you want.
In your stylesheet (/upload/css/default.css), add the line in red:
.cmtx_label {
display: none;
}
Have
you completed
the interview?
Posts: 7
Threads: 3
Joined: Aug 2014
Thank you Steven, your solutions work out perfectly!
Sorry for providing you the wrong link. Here are the correct links:
My working page:
http://www.michaelkueng.ch/serschtemal/h...p#comments
My idol:
http://html.coolorize.com/summarize/html...l#comments
I made it way further than I expected and it looks pretty good already. Just two remaining questions I guess:
Do you know how I can get
in the form: The name field and the mail field on the same line?
in the comment: The name field and the date field on the same line?
I tried to play around with the theme options in default.css to get the comments aligned further left and to get the gravatars back to visibility, but didn't figure out how it works. Did I look at the right place for this?
Last but not least: Steven, let me know where I can donate to the project and your kind help.
Best, graudesch