We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc474e8 commit 2ebf5f2Copy full SHA for 2ebf5f2
1 file changed
app/templates/service_requests.html
@@ -276,9 +276,19 @@ <h2 class="text-xl font-bold text-gray-900 dark:text-white">My Requests</h2>
276
</tbody>
277
</table>
278
</div>
279
+ <!-- Dynamic Request Form -->
280
+ <div id="request_form_container" class="hidden p-6">
281
+ <div class="bg-gray-100 dark:bg-gray-800 p-6 rounded-xl">
282
+ <h3 class="text-lg font-bold mb-4">Complete Request</h3>
283
+ <div id="dynamic_form_fields"></div>
284
+ <button onclick="location.reload()"
285
+ class="mt-4 bg-gray-500 text-white px-4 py-2 rounded">
286
+ Cancel
287
+ </button>
288
+ </div>
289
290
291
-
292
293
294
</main>
0 commit comments