<turbo-stream action="update" target="fromFormPath">
    <template>
        <div class="col-12 mt-5">
            <h3 style="color:white">Go on the playlist you want, copy the "Share link" and paste it here</h3>

            <div class="form-container d-flex justify-content-center">
                                <form id="linkForm" action="/spotify/link">
                    <input  type="text"
                           name="playlistLink"
                           placeholder="Enter your playlist link" >
                    <button class="spotify-color submit-textglitch platform-button mt-2" type="submit">Submit</button>
                </form>
            </div>
        </div>
    </template>
</turbo-stream>