Forms

If you're a new client, please complete the following forms and bring them to your first therapy session.

If you would like me to coordinate care with another provider (for example, your psychiatrist, primary care physician, etc.), complete this form to authorize release of psychotherapy information:

Note: To download Adobe Acrobat Reader for free, Click here.

If you have any questions about the forms, please give me a call at 954-589-3324.


<div id="smart-button-container"> <div style="text-align: center;"> <div id="paypal-button-container"></div> </div> </div> <script src="https://www.paypal.com/sdk/js?client-id=sb&enable-funding=venmo¤cy=USD" data-sdk-integration-source="button-factory"></script> <script> function initPayPalButton() { paypal.Buttons({ style: { shape: 'rect', color: 'gold', layout: 'vertical', label: 'paypal', },
createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{"description":"One-day Women Retreat. From Stress to Success!","amount":{"currency_code":"USD","value":516.47,"breakdown":{"item_total":{"currency_code":"USD","value":499},"shipping":{"currency_code":"USD","value":0},"tax_total":{"currency_code":"USD","value":17.47}}}}] }); },
onApprove: function(data, actions) { return actions.order.capture().then(function(orderData) { // Full available details console.log('Capture result', orderData, JSON.stringify(orderData, null, 2));
// Show a success message within this page, e.g. const element = document.getElementById('paypal-button-container'); element.innerHTML = ''; element.innerHTML = '<h3>Thank you for your payment!</h3>';
// Or go to another URL: actions.redirect('thank_you.html'); }); },
onError: function(err) { console.log(err); } }).render('#paypal-button-container'); } initPayPalButton(); </script>