• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 09.04.19, 09:24
  • Opened by: Javier
  • Closed by: Marek
  • Closed on: 10.04.19, 22:27
  • Reason: Closed
  • Comment: Glad to help!

Ticket #14221 - Input text doesn't work in newsletter

Hi

The Input text doesn’t work in newsletter.
Nobody can send her/his email to subscribe to boletin.

Thanks

Comments

Marek 09 Apr 2019, 19:31

Try to add following CSS:

body .newsletter-input {text-indent:0}
Javier 09 Apr 2019, 22:59

Hi

Having written the CSS code, it appears the word “submit” when we place inside the input box and the text “your email address” when we delete the word “submit”

Can we delete both texts?

Marek 10 Apr 2019, 10:01

Yes I see. Open the file /modules/pspagebuilder/views/templates/front/widgets/widget_newsletter.tpl
find

value="submit" 

replace with

value=""
Javier 10 Apr 2019, 11:01

ok

solved!,

thanks