• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 03.09.21, 09:23
  • Opened by: Marc Fernandez
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #22227 - Add placeholders to public address form

Hi,

Is there a way to add placeholders to the fields of the address form of the public part of the web? I haven’t seen any form from the admin or theme settings.

Attachments:

Captura de pantalla 2021-09-0... (50.8 KiB)

Comments

Fred 03 Sep 2021, 10:10

Hi, Marc Fernandez.
There is no such option.
The form fields are displayed with the following code

{block "form_fields"}
      {foreach from=$formFields item="field"}
        {block "form_field"}
          {form_field field=$field}
        {/block}
      {/foreach}
      {$hook_create_account_form nofilter}
{/block}

as you can see there is no access to the input fields directly