Ah placeholder text, will probably help my googleing abit 
Nope, I'm using Journal Theme 2. I asked them for support but they told me this has to be edited in OC
Oh, my store url is http://bersau.se

Nope, I'm using Journal Theme 2. I asked them for support but they told me this has to be edited in OC
Oh, my store url is http://bersau.se
Well, you would have to remove those placeholder="{{ WHATEVER }}" Lines,
where you don't want a form field containing the 'title' of this field, I assume. But
this is NOT Oc System Code, it's in the Theme Files register.twig and guest.twig,
or then a little differently written in register.tpl and guest.tpl Files in older Versions OC.
Ernie
PS: But who in the world would pay 80 Bucks for such an ugly Nightshirt !?
---
HTML SOURCE:
---
REGISTER + GUEST FILE CODE:
where you don't want a form field containing the 'title' of this field, I assume. But
this is NOT Oc System Code, it's in the Theme Files register.twig and guest.twig,
or then a little differently written in register.tpl and guest.tpl Files in older Versions OC.
Ernie
PS: But who in the world would pay 80 Bucks for such an ugly Nightshirt !?

---
HTML SOURCE:
Code: Select all
<div class="form-group required">
<label class="control-label" for="input-payment-firstname">First Name</label>
<input type="text" name="firstname" value="" placeholder="First Name"
id="input-payment-firstname" class="form-control"/>
REGISTER + GUEST FILE CODE:
Code: Select all
<div class="form-group required">
<label class="control-label" for="input-payment-firstname">{{ entry_firstname }}</label>
<input type="text" name="firstname" value="" placeholder="{{ entry_firstname }}" id="input-payment-firstname" class="form-control" />
</div>
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Thanks Cam, I tried to change guest.twig in both in default and my current theme folder, but nothing changed 
Couldn't find the HTML source code you provided though, is that in another file *:)?


Couldn't find the HTML source code you provided though, is that in another file *:)?
Just placeholder images, honestPS: But who in the world would pay 80 Bucks for such an ugly Nightshirt !?![]()

Well, I have no idea, where and HOW all this is placed and coded in Journal Themes,
I never bothered, to look into one of them, after looking at some HTML Source Code,
partly using up to 1000+ Header Lines, (empty and written one's) to present a Page.
That's too far away from my way of doing such, regardless of, how such a bunch of
Scripting and Code then looks on the front side.
We all have our limits and preferences, and I prefer Life the lighter way ...
Good Luck!
Ernie
---

I never bothered, to look into one of them, after looking at some HTML Source Code,
partly using up to 1000+ Header Lines, (empty and written one's) to present a Page.
That's too far away from my way of doing such, regardless of, how such a bunch of
Scripting and Code then looks on the front side.
We all have our limits and preferences, and I prefer Life the lighter way ...

Good Luck!

Ernie
---
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Who is online
Users browsing this forum: No registered users and 1 guest