Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jquery calls not dynamic (use original form value instead) #169

Open
obxpete opened this issue Apr 1, 2014 · 0 comments
Open

jquery calls not dynamic (use original form value instead) #169

obxpete opened this issue Apr 1, 2014 · 0 comments

Comments

@obxpete
Copy link

obxpete commented Apr 1, 2014

Hi, can you help me understand why the code below would show an empty value rather than the value typed into the q9 field.

Thanks,

  • Pete

    $.extend( $.idealforms.flags, {

    updateEmailValueForAjax: function( input, event ){
    myEmailValue = {"email":""};
    myEmailValue["email"] = $("[name='q9']").val()

console.log('myemailval is :' );
console.log(myEmailValue)
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant