Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Eero Hermlin

    (@eero-hermlin)

    At the moment there’s not such option.

    How would you like to change that?

    Thread Starter unavailable

    (@unavailable)

    > no such option

    Thank you for the reply.

    I understand that this content comes from somewhere, right? From a file, from the DB… So it can be edited at the source. I wonder where this source is.

    The first thing I would do is replace undefined with something defined.
    Second – replace Submitted values with a more human text. (I don’t know which, need to try and see, which is impossible without knowing what to change.)

    Plugin Author Eero Hermlin

    (@eero-hermlin)

    Plugin extracts all name=value pairs from form input tags and adds them to e-mail in form “name: value”. Pluss adds there three additional values: “page”, “user_screen_size” and “box”. Reason for the “undefined” here is that one of the input tags (In your case submit button I guess) is missing name parameter.

    I suggest not to change the code, or at least wait for the month. Reason is that we’re going to release soon next version with some new features and bugs fixes. Having your own modified code means that you cannot upgrade to newer versions any more.

    However, if you still want to make hands dirty then you may want to look how variable $body is manipulated in function dgd_stb_form_process (dgd-scrollbox.php); and function $DGD.submitForm local variable sendobj inside script.js.

    Thread Starter unavailable

    (@unavailable)

    Thank you for the reply, Eero.

    About a month does not seem to be a long time.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to modify email content?’ is closed to new replies.