Hey - I’m trying to Follow Rewardful’s affiliate script installation guide but the directions (which were supposedly sent from Bubble) are vague.
Directions: https://app.getrewardful.com/setup/code?platform=bubble
I have the scripts pasted where necessary but am having trouble getting Stripe to charge the payment method.
Particularly, I am not sure what step 2 means:
Save payment method to where? The Bubble database?
4 Likes
Same boat here. Crazy how Rewardful chose to go with StripeJs 2 plugin. That plugin developer didnt provide any instruction, instead they want to sell it for $30. I did find this other plugin, but dont know how legit it is: rewardful Plugin | Bubble
@przybyszfm have you figured out how to integrate Rewardful to your app?
Add the HTML header to your page and then use Toolbox to run a javascript function when you want a user to be marked as converted.
HTML header:
<script>(function(w,r){w._rwq=r;w[r]=w[r]||function(){(w[r].q=w[r].q||[]).push(arguments)}})(window,'rewardful');</script>
<script async src='https://r.wdfl.co/rw.js' data-rewardful='YOUR-API-KEY'></script>
Toolbox function:
rewardful('convert', { email: 'Current user's email' })
1 Like
Anyone Rewardful with coupon codes? trying to setup now