We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The universal signup form can be embedded in other sites due to the great work of @davidrleonard
I'm using it in the v3 version of the Brigade site, but I'm having to set my own referral link.
In the included javascript that goes with the form, it should detect its own url and use that.
Something like $('input[name=REFERRAL]').val(location.pathname);
$('input[name=REFERRAL]').val(location.pathname);
The text was updated successfully, but these errors were encountered:
davidrleonard
No branches or pull requests
The universal signup form can be embedded in other sites due to the great work of @davidrleonard
I'm using it in the v3 version of the Brigade site, but I'm having to set my own referral link.
In the included javascript that goes with the form, it should detect its own url and use that.
Something like
$('input[name=REFERRAL]').val(location.pathname);
The text was updated successfully, but these errors were encountered: