Search

Hi,

The question on title is clear.

Concepts don't give extra informations such as code example and steps for the how to.

I don't understand the concept of filter right now especially when you have 2 or more filters.

Anyone to explain ?


special case for an event having those filters - Members: register - Send Email Template: nameOfTemplate

In the Description generated of the event, you have 2 forms

Example Front-end Form Markup

This is an example of the form markup you can use on your frontend:

<form method="post" action="" enctype="multipart/form-data">
  <input name="MAX_FILE_SIZE" type="hidden" value="5242880" />
  <label>login
    <input name="fields[login]" type="text" />
  </label>
  <fieldset>
    <label>pass
      <input name="fields[pass][password]" type="password" />
    </label>
    <label>pass Confirm
      <input name="fields[pass][confirm]" type="password" />
    </label>
  </fieldset>
   ...

and the second form: Send Email Using Email Templates

To use the Email Template Manager, only the recipients field has to be used, as seen below:

<form action="" method="post">
  <fieldset>
    <input name="etm[][recipient]" value="fred" type="hidden" />
    <input id="submit" type="submit" name="action[save-contact-form]" value="Send" />
  </fieldset>
</form>

regards,

The Email Template Manager markup is misleading, you should be adding the fieldset to your existing form (ie. the Example Front-end Form Markup)

ok thanks. It worked with a special thing.

I have just understood an important point, The etm[][recipient] must be an author/dev of the website :/

Any way to use the email address of the member just created like it is done on any registration process over the web ?

Aliminium, for this reason I am working on version 3 of the Email Template Manager, this version will support Members fully.

The development version is already pretty stable, so if you are in a rush, you might want to check it out.

Edit: Keep in mind the documentation is not yet up-to-date. If you need any help setting it up, feel free to ask in the Email Template Manager thread.

ok, tx for info.

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details