You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by "Joshua Poore (JIRA)" <ji...@apache.org> on 2019/08/07 14:17:00 UTC

[jira] [Commented] (FLAGON-434) capture what is submitted via forms

    [ https://issues.apache.org/jira/browse/FLAGON-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902105#comment-16902105 ] 

Joshua Poore commented on FLAGON-434:
-------------------------------------

Submit button is a special object within the input class(es). 

 

UserALE.js incorporates methods for detailed logs on `input` events, including `value` property toggled by HTML5 data-log-details:

'input' : config.logDetails ? function(e) { return { 'value' : e.target.value }; } : null,

Confirm this returns data as expected.

 

> capture what is submitted via forms
> -----------------------------------
>
>                 Key: FLAGON-434
>                 URL: https://issues.apache.org/jira/browse/FLAGON-434
>             Project: Flagon
>          Issue Type: Improvement
>          Components: UserALE.js
>    Affects Versions: UserALE.js 2.1.0
>            Reporter: Joshua Poore
>            Assignee: Joshua Poore
>            Priority: Major
>             Fix For: UserALE.js 2.1.0
>
>
> We have a submit event handler, but we may not get what is submitted. 
> Get inner html on [https://www.w3schools.com/html/html_forms.asp] "text"



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)