<% title('FFXIV Triad Import') %>
FFXIV Triad Import

If you are migrating from FFXIV Triad and have a collection code, you can enter it below to import your card collection. Please be aware that this will erase your existing card collection on this website.

<%= form_for(@user, url: user_import_path, method: :post, html: { class: 'form' }) do |f| %> <%= f.text_area :code, { value: '', placeholder: 'Paste your code here.', rows: 5, required: true, class: 'form-control' } %>
<%= f.submit 'Import Cards', class: 'btn btn-primary', data: { confirm: 'This will erase your existing collection on this website! Are you sure?' } %>
<% end %>